[flang-commits] [flang] [flang][test] Fix filecheck annotation typos (PR #92387)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Thu May 16 06:47:58 PDT 2024


================
@@ -137,7 +137,7 @@
 ! RUN: -fopenmp-targets=nvptx64-nvidia-cuda \
 ! RUN: -fopenmp-target-debug \
 ! RUN: | FileCheck %s --check-prefixes=CHECK-TARGET-DEBUG
-! CHECK-TARGET-DEBUG-EQ: "{{[^"]*}}flang-new" "-fc1" {{.*}} "-fopenmp" {{.*}} "-fopenmp-is-target-device" "-fopenmp-target-debug=111" {{.*}}.f90"
+! CHECK-TARGET-DEBUG: "{{[^"]*}}flang-new" "-fc1" {{.*}} "-fopenmp" {{.*}} "-fopenmp-is-target-device" "-fopenmp-target-debug=111" {{.*}}.f90"
----------------
tblah wrote:

The fix here looks right but the test fails: flang uses `-fopenmp-target-debug` without the `=111`. @skatrak is this correct?

https://github.com/llvm/llvm-project/pull/92387


More information about the flang-commits mailing list