File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 130130! RUN: %flang -### %s -o %t 2>&1 \
131131! RUN: -fopenmp --offload-arch=gfx90a \
132132! 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
135135! RUN: %flang -### %s -o %t 2>&1 \
136136! RUN: -fopenmp --offload-arch=sm_70 \
137137! 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"
141141
142142! RUN: %flang -S -### %s -o %t 2>&1 \
143143! RUN: -fopenmp --offload-arch=gfx90a \
You can’t perform that action at this time.
0 commit comments