[Offload][OpenMP] Fix check-prefix (#128599)

This commit is contained in:
Jan Patrick Lehr 2025-02-25 00:32:27 +01:00 committed by GitHub
parent f6a3002124
commit 1824bb47c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,5 +39,5 @@ int main(void) {
// CHECK: OFFLOAD ERROR: Kernel 'omp target in main @ 30 (__omp_offloading_{{.*}}_main_l30)'
// CHECK: OFFLOAD ERROR: execution interrupted by hardware trap instruction
// TRACE: launchKernel
// CHECK: main
// TRACE: main
// clang-format on