Skip to content

Commit 22892c4

Browse files
author
klensy
committed
review
1 parent 9234046 commit 22892c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flang/test/Driver/omp-driver-offload.f90

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@
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 \

0 commit comments

Comments
 (0)