diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-23 12:18:22 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-23 12:18:22 +0000 |
commit | e4513b1fc5eb44885a3a21e83664289e30542cdf (patch) | |
tree | 8e6f7e4f347ad57816b522b2e9f6f50e69753573 /test | |
parent | 598894ff2547aaa0a32ded145063f3bfe042f620 (diff) | |
download | external_llvm-e4513b1fc5eb44885a3a21e83664289e30542cdf.zip external_llvm-e4513b1fc5eb44885a3a21e83664289e30542cdf.tar.gz external_llvm-e4513b1fc5eb44885a3a21e83664289e30542cdf.tar.bz2 |
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.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/block-placement.ll b/test/CodeGen/X86/block-placement.ll index 782e154..891db5a 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) |