[llvm-branch-commits] [llvm] [AArch64][llvm] Unify AArch64 tests into a single file (2/4) (NFC) (PR #146329)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 24 09:02:05 PDT 2025
================
@@ -1,115 +1,205 @@
-// RUN: llvm-mc -triple aarch64 -mattr +gcs -show-encoding %s | FileCheck %s
+// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+gcs < %s \
+// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
+// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
----------------
CarolineConcatto wrote:
Can we change this CHECK-ERROR to be NO-GCS.
So you can remove line 14
https://github.com/llvm/llvm-project/pull/146329
More information about the llvm-branch-commits
mailing list