summaryrefslogtreecommitdiffstats
path: root/llvm/test
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
commitfc674bcb1211eb937823f36852e4b6cf7597a23a (patch)
tree727d817e3b53e96c468a7264b5f26eb7200908bf /llvm/test
parent1df58fc2f95b8c01cd24a03a9d0f1c4b9d88e3dd (diff)
downloadbcm5719-llvm-fc674bcb1211eb937823f36852e4b6cf7597a23a.tar.gz
bcm5719-llvm-fc674bcb1211eb937823f36852e4b6cf7597a23a.zip
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. llvm-svn: 294475
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/MC/ARM/inline-asm-diags.ll (renamed from llvm/test/Assembler/inline-asm-diags.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/inline-asm-diags.ll b/llvm/test/MC/ARM/inline-asm-diags.ll
index d9fbb785098..a279640cd03 100644
--- a/llvm/test/Assembler/inline-asm-diags.ll
+++ b/llvm/test/MC/ARM/inline-asm-diags.ll
@@ -1,4 +1,4 @@
-; RUN: not llc -filetype=obj < %s 2>&1 -o /dev/null | FileCheck %s
+; RUN: not llc -march=arm -filetype=obj < %s 2>&1 -o /dev/null | FileCheck %s
module asm ".word 0x10"
module asm ".word -bar"
OpenPOWER on IntegriCloud