[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 01:46:47 PST 2020
DavidSpickett created this revision.
Herald added subscribers: llvm-commits, danielkiss, kristof.beyls.
Herald added a project: LLVM.
DavidSpickett requested review of this revision.
It was unused when added and the CHECK-ERROR lines
cover the possible outputs.
Repository:
rG LLVM Github Monorepo
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.303372.patch
Type: text/x-patch
Size: 615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201106/c218c316/attachment.bin>
More information about the llvm-commits
mailing list