We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5e536 commit 8eb7053Copy full SHA for 8eb7053
llvm/test/MC/AArch64/armv9.5a-cpa.s
@@ -1,5 +1,5 @@
1
// RUN: llvm-mc -triple aarch64 -show-encoding -mattr=+cpa < %s | FileCheck %s
2
-// 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
3
4
addpt x0, x1, x2
5
// CHECK: addpt x0, x1, x2 // encoding: [0x20,0x20,0x02,0x9a]
0 commit comments