[flang-commits] [flang] [flang] Fix typos PPC intrinsics tests (NFC) (PR #92943)
Kelvin Li via flang-commits
flang-commits at lists.llvm.org
Wed May 22 08:37:19 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:
Thanks for the heads up. I think I'd better use another prefix.
https://github.com/llvm/llvm-project/pull/92943
More information about the flang-commits
mailing list