diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-10 14:18:59 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-10 14:18:59 +0000 |
commit | 270354100ae0cb75ddff650cbabcf639aa764f81 (patch) | |
tree | baed136ea8b0828232c9e0dfab3994826194fa13 /llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll | |
parent | 57398edf185ac512d4430ac6cd163644d042eb8a (diff) | |
download | bcm5719-llvm-270354100ae0cb75ddff650cbabcf639aa764f81.tar.gz bcm5719-llvm-270354100ae0cb75ddff650cbabcf639aa764f81.zip |
test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots to specify explicit -mtriple=x86_64-darwin.
I guess it expects -relocation-model=pic.
llvm-svn: 144290
Diffstat (limited to 'llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll b/llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll index 382b0e04839..bdf09dff0b0 100644 --- a/llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll +++ b/llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86-64 < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-darwin < %s | FileCheck %s ; CHECK: decq ; CHECK-NEXT: movl ( |