[llvm-commits] [llvm] r130226 - /llvm/trunk/test/CodeGen/X86/fast-isel-x86.ll

Benjamin Kramer benny.kra at googlemail.com
Tue Apr 26 11:47:43 PDT 2011


Author: d0k
Date: Tue Apr 26 13:47:43 2011
New Revision: 130226

URL: http://llvm.org/viewvc/llvm-project?rev=130226&view=rev
Log:
Force a triple on this test to unbreak windows buildbots.

Modified:
    llvm/trunk/test/CodeGen/X86/fast-isel-x86.ll

Modified: llvm/trunk/test/CodeGen/X86/fast-isel-x86.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-x86.ll?rev=130226&r1=130225&r2=130226&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-x86.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-x86.ll Tue Apr 26 13:47:43 2011
@@ -1,4 +1,4 @@
-; RUN: llc -fast-isel -O0 -march=x86 -relocation-model=pic < %s | FileCheck %s
+; RUN: llc -fast-isel -O0 -mtriple=i386-apple-darwin10 -relocation-model=pic < %s | FileCheck %s
 
 ; This should use flds to set the return value.
 ; CHECK: test0:





More information about the llvm-commits mailing list