[PATCH] D90913: [AArch64][MC] Remove unused prefix in v8.4-a trace test
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 03:17:26 PST 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG42848b827090: [AArch64][MC] Remove unused prefix in v8.4-a trace test (authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90913/new/
https://reviews.llvm.org/D90913
Files:
llvm/test/MC/AArch64/armv8.4a-trace.s
Index: llvm/test/MC/AArch64/armv8.4a-trace.s
===================================================================
--- llvm/test/MC/AArch64/armv8.4a-trace.s
+++ llvm/test/MC/AArch64/armv8.4a-trace.s
@@ -8,7 +8,7 @@
// RUN: FileCheck %s --check-prefix=CHECK-ERROR
// RUN: not llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v8.4a,-tracev8.4 -o - %s 2>&1 | \
-// RUN: FileCheck %s --check-prefixes NOFEATURE,CHECK-ERROR
+// RUN: FileCheck %s --check-prefixes CHECK-ERROR
//------------------------------------------------------------------------------
// ARMV8.4-A Debug, Trace and PMU Extensions
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90913.303399.patch
Type: text/x-patch
Size: 615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201106/57a899d1/attachment.bin>
More information about the llvm-commits
mailing list