[flang-commits] [flang] [flang] Fix typos PPC intrinsics tests (NFC) (PR #92943)

via flang-commits flang-commits at lists.llvm.org
Wed May 22 05:23:52 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
----------------
klensy wrote:

While currently `CHECK-LABEL` is allowed check prefix, this soon can be not (https://github.com/llvm/llvm-project/pull/92735). Plus this converts https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-label-directive to simple prefix(or not? Linked pr should fix that).

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


More information about the flang-commits mailing list