[llvm] 8eb7053 - [AArch64][MC] Fix run line in Armv9.5-A's FEAT_CPA test

Lucas Prates via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 30 07:47:29 PST 2023


Author: Lucas Prates
Date: 2023-11-30T15:47:16Z
New Revision: 8eb705321ed20232aa13e85e07f22b44f19e82b4

URL: https://github.com/llvm/llvm-project/commit/8eb705321ed20232aa13e85e07f22b44f19e82b4
DIFF: https://github.com/llvm/llvm-project/commit/8eb705321ed20232aa13e85e07f22b44f19e82b4.diff

LOG: [AArch64][MC] Fix run line in Armv9.5-A's FEAT_CPA test

Added: 
    

Modified: 
    llvm/test/MC/AArch64/armv9.5a-cpa.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/AArch64/armv9.5a-cpa.s b/llvm/test/MC/AArch64/armv9.5a-cpa.s
index 86932feeff8e41a..1c338eccf6cacd6 100644
--- a/llvm/test/MC/AArch64/armv9.5a-cpa.s
+++ b/llvm/test/MC/AArch64/armv9.5a-cpa.s
@@ -1,5 +1,5 @@
 // RUN: llvm-mc -triple aarch64 -show-encoding -mattr=+cpa < %s | FileCheck %s
-// NORUN: not llvm-mc -triple aarch64 < %s 2>&1 | FileCheck --check-prefix=ERROR-NO-CPA %s
+// RUN: not llvm-mc -triple aarch64 < %s 2>&1 | FileCheck --check-prefix=ERROR-NO-CPA %s
 
 addpt x0, x1, x2
 // CHECK: addpt x0, x1, x2               // encoding: [0x20,0x20,0x02,0x9a]


        


More information about the llvm-commits mailing list