[llvm-commits] [llvm] r144290 - /llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll

NAKAMURA Takumi geek4civic at gmail.com
Thu Nov 10 06:18:59 PST 2011


Author: chapuni
Date: Thu Nov 10 08:18:59 2011
New Revision: 144290

URL: http://llvm.org/viewvc/llvm-project?rev=144290&view=rev
Log:
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.

Modified:
    llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll

Modified: llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll?rev=144290&r1=144289&r2=144290&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll (original)
+++ llvm/trunk/test/CodeGen/X86/lsr-loop-exit-cond.ll Thu Nov 10 08:18:59 2011
@@ -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 (





More information about the llvm-commits mailing list