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

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Fri May 17 06:23:09 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"
----------------
skatrak wrote:

I can see I was the last one to modify that line, but it was unrelated (the "-EQ") was there before. I think @agozillon might know a bit more about this, but that check indeed fails for me as well if enabled.

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


More information about the flang-commits mailing list