diff options
Diffstat (limited to 'test/MC/AArch64/optional-hash.s')
-rw-r--r-- | test/MC/AArch64/optional-hash.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AArch64/optional-hash.s b/test/MC/AArch64/optional-hash.s index 54b6fb3..3922b5b 100644 --- a/test/MC/AArch64/optional-hash.s +++ b/test/MC/AArch64/optional-hash.s @@ -1,6 +1,6 @@ // PR18929 // RUN: llvm-mc < %s -triple=aarch64-linux-gnueabi -mattr=+fp-armv8,+neon -filetype=obj -o - \ -// RUN: | llvm-objdump --disassemble -arch=aarch64 -mattr=+fp-armv8,+neon - | FileCheck %s +// RUN: | llvm-objdump --disassemble -arch=arm64 -mattr=+fp-armv8,+neon - | FileCheck %s .text // CHECK: cmp w0, #123 |