summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-11-10 14:18:59 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-11-10 14:18:59 +0000
commit270354100ae0cb75ddff650cbabcf639aa764f81 (patch)
treebaed136ea8b0828232c9e0dfab3994826194fa13 /llvm/test/CodeGen/X86/lsr-loop-exit-cond.ll
parent57398edf185ac512d4430ac6cd163644d042eb8a (diff)
downloadbcm5719-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.ll2
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 (
OpenPOWER on IntegriCloud