summaryrefslogtreecommitdiff
path: root/test/Assembler
diff options
context:
space:
mode:
authorSanne Wouda <sanne.wouda@arm.com>2017-02-08 16:48:35 +0000
committerSanne Wouda <sanne.wouda@arm.com>2017-02-08 16:48:35 +0000
commit7d1045f0d4d5041c8680101432cba79b62799dee (patch)
tree2c19ece36b9c6aee5dfdbd0f4e3dee8d3f92acb8 /test/Assembler
parent7679180cbf6d27b4bf5bc1ca4b906eac3aa38e6e (diff)
Move inline asm diags tests to an ARM directory.
The assembler syntaxes (and parsers) differ too much to expect this test to pass for all of them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294475 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/inline-asm-diags.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/Assembler/inline-asm-diags.ll b/test/Assembler/inline-asm-diags.ll
deleted file mode 100644
index d9fbb785098..00000000000
--- a/test/Assembler/inline-asm-diags.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: not llc -filetype=obj < %s 2>&1 -o /dev/null | FileCheck %s
-
-module asm ".word 0x10"
-module asm ".word -bar"
-
-; CHECK: <inline asm>:2:{{[0-9]+}}: error: expected relocatable expression
-
-module asm ".word -foo"
-; CHECK: <inline asm>:3:{{[0-9]+}}: error: expected relocatable expression