[PATCH] D90915: [AArch64][MC] Remove unused CHECK-ERROR in SVE test file
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 03:21:21 PST 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG624d3fe0e41e: [AArch64][MC] Remove unused CHECK-ERROR in SVE test file (authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90915/new/
https://reviews.llvm.org/D90915
Files:
llvm/test/MC/AArch64/SVE/dot-req-diagnostics.s
Index: llvm/test/MC/AArch64/SVE/dot-req-diagnostics.s
===================================================================
--- llvm/test/MC/AArch64/SVE/dot-req-diagnostics.s
+++ llvm/test/MC/AArch64/SVE/dot-req-diagnostics.s
@@ -1,4 +1,4 @@
-// RUN: not llvm-mc -triple aarch64-none-linux-gnu -mattr=+sve < %s 2>&1 | FileCheck --check-prefix=CHECK --check-prefix=CHECK-ERROR %s
+// RUN: not llvm-mc -triple aarch64-none-linux-gnu -mattr=+sve < %s 2>&1 | FileCheck %s
foo:
// CHECK: error: sve predicate register without type specifier expected
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90915.303400.patch
Type: text/x-patch
Size: 547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201106/f8f37839/attachment.bin>
More information about the llvm-commits
mailing list