From: Sanne Wouda Date: Wed, 8 Feb 2017 16:48:35 +0000 (+0000) Subject: Move inline asm diags tests to an ARM directory. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d1045f0d4d5041c8680101432cba79b62799dee;p=llvm 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 --- diff --git a/test/Assembler/inline-asm-diags.ll b/test/MC/ARM/inline-asm-diags.ll similarity index 74% rename from test/Assembler/inline-asm-diags.ll rename to test/MC/ARM/inline-asm-diags.ll index d9fbb785098..a279640cd03 100644 --- a/test/Assembler/inline-asm-diags.ll +++ b/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"