File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 130
130
! RUN: %flang -### %s -o %t 2>&1 \
131
131
! RUN: -fopenmp --offload-arch=gfx90a \
132
132
! RUN: -fopenmp-targets=amdgcn-amd-amdhsa \
133
- ! RUN: -fopenmp-target-debug \
134
- ! RUN: | FileCheck %s --check-prefixes=CHECK-TARGET-DEBUG
133
+ ! RUN: -fopenmp-target-debug=111 \
134
+ ! RUN: | FileCheck %s --check-prefixes=CHECK-TARGET-DEBUG-EQ
135
135
! RUN: %flang -### %s -o %t 2>&1 \
136
136
! RUN: -fopenmp --offload-arch=sm_70 \
137
137
! RUN: -fopenmp-targets=nvptx64-nvidia-cuda \
138
- ! RUN: -fopenmp-target-debug \
139
- ! RUN: | FileCheck %s --check-prefixes=CHECK-TARGET-DEBUG
140
- ! CHECK-TARGET-DEBUG: "{{[^"]*}}flang-new" "-fc1" {{.*}} "-fopenmp" {{.*}} "-fopenmp-is-target-device" "-fopenmp-target-debug=111" {{.*}}.f90"
138
+ ! RUN: -fopenmp-target-debug=111 \
139
+ ! RUN: | FileCheck %s --check-prefixes=CHECK-TARGET-DEBUG-EQ
140
+ ! CHECK-TARGET-DEBUG-EQ : "{{[^"]*}}flang-new" "-fc1" {{.*}} "-fopenmp" {{.*}} "-fopenmp-is-target-device" "-fopenmp-target-debug=111" {{.*}}.f90"
141
141
142
142
! RUN: %flang -S -### %s -o %t 2>&1 \
143
143
! RUN: -fopenmp --offload-arch=gfx90a \
You can’t perform that action at this time.
0 commit comments