forked from OSchip/llvm-project
Fix inline-asm-diags.ll on Windows, give it a triple to avoid WoA thumb confusion
llvm-svn: 294496
This commit is contained in:
parent
dea14b2902
commit
e332a5b670
|
@ -1,4 +1,4 @@
|
|||
; RUN: not llc -march=arm -filetype=obj < %s 2>&1 -o /dev/null | FileCheck %s
|
||||
; RUN: not llc -mtriple=armv7-linux -filetype=obj < %s 2>&1 -o /dev/null | FileCheck %s
|
||||
|
||||
module asm ".word 0x10"
|
||||
module asm ".word -bar"
|
||||
|
|
Loading…
Reference in New Issue