summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-11-23 12:18:22 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-11-23 12:18:22 +0000
commite4513b1fc5eb44885a3a21e83664289e30542cdf (patch)
tree8e6f7e4f347ad57816b522b2e9f6f50e69753573 /test
parent598894ff2547aaa0a32ded145063f3bfe042f620 (diff)
downloadllvm-e4513b1fc5eb44885a3a21e83664289e30542cdf.tar.gz
llvm-e4513b1fc5eb44885a3a21e83664289e30542cdf.tar.bz2
llvm-e4513b1fc5eb44885a3a21e83664289e30542cdf.tar.xz
test/CodeGen/X86/block-placement.ll: Add explicit -mtriple=i686-linux. X86 Win32 CodeGen does not support EH yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145101 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/block-placement.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/block-placement.ll b/test/CodeGen/X86/block-placement.ll
index 782e154251..891db5a8ce 100644
--- a/test/CodeGen/X86/block-placement.ll
+++ b/test/CodeGen/X86/block-placement.ll
@@ -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)