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:
NAKAMURA Takumi 2011-11-23 12:18:22 +00:00
parent 99fe42fbd9
commit 0b3e996485
1 changed files with 1 additions and 1 deletions

View File

@ -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)