forked from OSchip/llvm-project
test/CodeGen/X86/block-placement.ll: Add explicit -mtriple=i686-linux. X86 Win32 CodeGen does not support EH yet.
llvm-svn: 145101
This commit is contained in:
parent
99fe42fbd9
commit
0b3e996485
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -march=x86 -enable-block-placement < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=i686-linux -enable-block-placement < %s | FileCheck %s
|
||||
|
||||
declare void @error(i32 %i, i32 %a, i32 %b)
|
||||
|
||||
|
|
Loading…
Reference in New Issue