]> granicus.if.org Git - llvm/commitdiff
Move inline asm diags tests to an ARM directory.
authorSanne Wouda <sanne.wouda@arm.com>
Wed, 8 Feb 2017 16:48:35 +0000 (16:48 +0000)
committerSanne Wouda <sanne.wouda@arm.com>
Wed, 8 Feb 2017 16:48:35 +0000 (16:48 +0000)
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

test/MC/ARM/inline-asm-diags.ll [moved from test/Assembler/inline-asm-diags.ll with 74% similarity]

similarity index 74%
rename from test/Assembler/inline-asm-diags.ll
rename to test/MC/ARM/inline-asm-diags.ll
index d9fbb785098e9759ac593e01188a32107a1e204b..a279640cd0390e6aac58ea6d2b0734fd52c8932f 100644 (file)
@@ -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"