summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-05-06 12:50:58 +0000
committerTim Northover <tnorthover@apple.com>2014-05-06 12:50:58 +0000
commit2ac82426f8f8258d827fb56ee40a64337d46f5c7 (patch)
treee43fa27f970cfcc3845cb6b71672fec4b1eb1a21
parentd450746dc9b8176abf644c8330e4edc83e258db1 (diff)
downloadbcm5719-llvm-2ac82426f8f8258d827fb56ee40a64337d46f5c7.tar.gz
bcm5719-llvm-2ac82426f8f8258d827fb56ee40a64337d46f5c7.zip
AArch64/ARM64: add two more MC tests to ARM64 set.
llvm-svn: 208085
-rw-r--r--llvm/test/MC/AArch64/inline-asm-modifiers.s1
-rw-r--r--llvm/test/MC/AArch64/optional-hash.s3
2 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/MC/AArch64/inline-asm-modifiers.s b/llvm/test/MC/AArch64/inline-asm-modifiers.s
index cf34a952e90..c12ebf4636b 100644
--- a/llvm/test/MC/AArch64/inline-asm-modifiers.s
+++ b/llvm/test/MC/AArch64/inline-asm-modifiers.s
@@ -1,4 +1,5 @@
// RUN: llvm-mc -triple=aarch64-none-linux-gnu -filetype=obj -mattr=+fp-armv8 < %s | llvm-objdump -r - | FileCheck %s
+// RUN: llvm-mc -triple=arm64-none-linux-gnu -filetype=obj -mattr=+fp-armv8 < %s | llvm-objdump -r - | FileCheck %s
.file "<stdin>"
.text
diff --git a/llvm/test/MC/AArch64/optional-hash.s b/llvm/test/MC/AArch64/optional-hash.s
index 54b6fb3a9ad..a332cb09124 100644
--- a/llvm/test/MC/AArch64/optional-hash.s
+++ b/llvm/test/MC/AArch64/optional-hash.s
@@ -2,6 +2,9 @@
// 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-mc < %s -triple=arm64-linux-gnueabi -mattr=+fp-armv8,+neon -filetype=obj -o - \
+// RUN: | llvm-objdump --disassemble -arch=arm64 -mattr=+fp-armv8,+neon - | FileCheck %s
+
.text
// CHECK: cmp w0, #123
cmp w0, 123
OpenPOWER on IntegriCloud