AArch64/ARM64: add two more MC tests to ARM64 set.
authorTim Northover <tnorthover@apple.com>
Tue, 6 May 2014 12:50:58 +0000 (12:50 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 6 May 2014 12:50:58 +0000 (12:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208085 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/AArch64/inline-asm-modifiers.s
test/MC/AArch64/optional-hash.s

index cf34a952e90cf891a66aea7ed14a571e322f85b7..c12ebf4636ba76f57cf62475a23cc4f0d80cd125 100644 (file)
@@ -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
index 54b6fb3a9ad56f8aa6a34ad07687aa5485d67eb1..a332cb091246cb730d5b35c200c7fc8bbf07a184 100644 (file)
@@ -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