summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-04-16 11:52:40 +0000
committerTim Northover <tnorthover@apple.com>2014-04-16 11:52:40 +0000
commitea9988a81231d4097efe6799f7e2f4922dab2d7f (patch)
tree7f3f1814bef5319d7ac48e9786177c437b86ad0d /test/CodeGen/AArch64
parent8e0f5768a68f5a0d2e400085b1b4d64eb73aa401 (diff)
downloadllvm-ea9988a81231d4097efe6799f7e2f4922dab2d7f.tar.gz
llvm-ea9988a81231d4097efe6799f7e2f4922dab2d7f.tar.bz2
llvm-ea9988a81231d4097efe6799f7e2f4922dab2d7f.tar.xz
ARM64: use the integrated assembler on ELF.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AArch64')
-rw-r--r--test/CodeGen/AArch64/mature-mc-support.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/mature-mc-support.ll b/test/CodeGen/AArch64/mature-mc-support.ll
index 06e3cc7d13..3359616fa8 100644
--- a/test/CodeGen/AArch64/mature-mc-support.ll
+++ b/test/CodeGen/AArch64/mature-mc-support.ll
@@ -7,6 +7,12 @@
; RUN: not llc -mtriple=aarch64-pc-linux -filetype=obj < %s > /dev/null 2> %t2
; RUN: FileCheck %s < %t2
+; RUN: not llc -mtriple=arm64-pc-linux < %s > /dev/null 2> %t3
+; RUN: FileCheck %s < %t3
+
+; RUN: not llc -mtriple=arm64-pc-linux -filetype=obj < %s > /dev/null 2> %t4
+; RUN: FileCheck %s < %t4
+
module asm " .this_directive_is_very_unlikely_to_exist"
; CHECK: LLVM ERROR: Error parsing inline asm