[flang-commits] [flang] [flang] Fix typos PPC intrinsics tests (NFC) (PR #92943)
Kelvin Li via flang-commits
flang-commits at lists.llvm.org
Fri May 24 09:44:27 PDT 2024
================
@@ -1,4 +1,4 @@
-! RUN: %flang_fc1 -flang-experimental-hlfir -emit-llvm %s -triple ppc64le-unknown-linux -o - | FileCheck --check-prefixes="CHECK" %s
+! RUN: %flang_fc1 -flang-experimental-hlfir -emit-llvm %s -triple ppc64le-unknown-linux -o - | FileCheck --check-prefixes="LLVMIR" %s
----------------
kkwli wrote:
> Anyway, in [76100a9](https://github.com/llvm/llvm-project/commit/76100a9265b41176ca2e89d3668d8915426bfdcf) you defined prefixes ending with `-LABEL`, but they should be `LLVM`, i guess. So you need to change only definitions
Sorry, I don't quite understand. Did you mean if I specify `LLVM` in `--check-prefixes`, `LLVM-LABEL` will be effective?
https://github.com/llvm/llvm-project/pull/92943
More information about the flang-commits
mailing list