mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
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
This commit is contained in:
parent
7679180cbf
commit
7d1045f0d4
@ -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"
|
Loading…
Reference in New Issue
Block a user