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
This commit is contained in:
Sanne Wouda 2017-02-08 16:48:35 +00:00
parent 1df58fc2f9
commit fc674bcb12
1 changed files with 1 additions and 1 deletions

View 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"