diff options
author | Sanne Wouda <sanne.wouda@arm.com> | 2017-02-08 16:48:35 +0000 |
---|---|---|
committer | Sanne Wouda <sanne.wouda@arm.com> | 2017-02-08 16:48:35 +0000 |
commit | fc674bcb1211eb937823f36852e4b6cf7597a23a (patch) | |
tree | 727d817e3b53e96c468a7264b5f26eb7200908bf /llvm/test | |
parent | 1df58fc2f95b8c01cd24a03a9d0f1c4b9d88e3dd (diff) | |
download | bcm5719-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" |