File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -37,36 +37,36 @@ int main(void) {
37
37
// CHECK: Kernel 1: {{.*}} (__omp_offloading_{{.*}}_main_l22)
38
38
// CHECK: launchKernel
39
39
// NDEBG: main
40
- // DEBUG: main {{.*}}kernel_crash_many.c
40
+ // DEBUG: main {{.*}}kernel_crash_many.c:
41
41
//
42
42
// CHECK: Kernel 2: {{.*}} (__omp_offloading_{{.*}}_main_l22)
43
43
// CHECK: launchKernel
44
44
// NDEBG: main
45
- // DEBUG: main {{.*}}kernel_crash_many.c
45
+ // DEBUG: main {{.*}}kernel_crash_many.c:
46
46
//
47
47
// CHECK: Kernel 3: {{.*}} (__omp_offloading_{{.*}}_main_l22)
48
48
// CHECK: launchKernel
49
49
// NDEBG: main
50
- // DEBUG: main {{.*}}kernel_crash_many.c
50
+ // DEBUG: main {{.*}}kernel_crash_many.c:
51
51
//
52
52
// CHECK: Kernel 4: {{.*}} (__omp_offloading_{{.*}}_main_l22)
53
53
// CHECK: launchKernel
54
54
// NDEBG: main
55
- // DEBUG: main {{.*}}kernel_crash_many.c
55
+ // DEBUG: main {{.*}}kernel_crash_many.c:
56
56
//
57
57
// CHECK: Kernel 5: {{.*}} (__omp_offloading_{{.*}}_main_l22)
58
58
// CHECK: launchKernel
59
59
// NDEBG: main
60
- // DEBUG: main {{.*}}kernel_crash_many.c
60
+ // DEBUG: main {{.*}}kernel_crash_many.c:
61
61
//
62
62
// CHECK: Kernel 6: {{.*}} (__omp_offloading_{{.*}}_main_l22)
63
63
// CHECK: launchKernel
64
64
// NDEBG: main
65
- // DEBUG: main {{.*}}kernel_crash_many.c
65
+ // DEBUG: main {{.*}}kernel_crash_many.c:
66
66
//
67
67
// CHECK: Kernel 7: {{.*}} (__omp_offloading_{{.*}}_main_l22)
68
68
// CHECK: launchKernel
69
69
// NDEBG: main
70
- // DEBUG: main {{.*}}kernel_crash_many.c
70
+ // DEBUG: main {{.*}}kernel_crash_many.c:
71
71
//
72
72
// CHECK-NOT: Kernel {{[[0-9]]+}}:
Original file line number Diff line number Diff line change @@ -39,4 +39,5 @@ int main(void) {
39
39
// CHECK: OFFLOAD ERROR: Kernel 'omp target in main @ 30 (__omp_offloading_{{.*}}_main_l30)'
40
40
// CHECK: OFFLOAD ERROR: execution interrupted by hardware trap instruction
41
41
// TRACE: launchKernel
42
+ // CHECK: main
42
43
// clang-format on
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ int main(void) {
47
47
// TRACE: launchKernel
48
48
// NDEBG: cxx_function_name<S>(int, S*)
49
49
// NDEBG: main
50
- // DEBUG: cxx_function_name<S>(int, S*) {{.*}}kernel_trap.cpp
51
- // DEBUG: main {{.*}}kernel_trap.cpp
50
+ // DEBUG: cxx_function_name<S>(int, S*) {{.*}}kernel_trap.cpp:
51
+ // DEBUG: main {{.*}}kernel_trap.cpp:
52
52
// clang-format on
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ int main(void) {
32
32
// TRACE: OFFLOAD ERROR: execution interrupted by hardware trap instruction
33
33
// TRACE: launchKernel
34
34
// NDEBG: main
35
- // DEBUG: main {{.*}}kernel_trap_many.c
35
+ // DEBUG: main {{.*}}kernel_trap_many.c:
You can’t perform that action at this time.
0 commit comments