[llvm-commits] [llvm] r86086 - /llvm/trunk/test/CodeGen/PowerPC/indirectbr.ll

Bob Wilson bob.wilson at apple.com
Wed Nov 4 16:51:31 PST 2009


Author: bwilson
Date: Wed Nov  4 18:51:31 2009
New Revision: 86086

URL: http://llvm.org/viewvc/llvm-project?rev=86086&view=rev
Log:
Add -mtriple to llc commands, attempting to fix buildbot failures.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/indirectbr.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/indirectbr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/indirectbr.ll?rev=86086&r1=86085&r2=86086&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/indirectbr.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/indirectbr.ll Wed Nov  4 18:51:31 2009
@@ -1,5 +1,5 @@
-; RUN: llc < %s -relocation-model=pic -march=ppc32 | FileCheck %s -check-prefix=PIC
-; RUN: llc < %s -relocation-model=static -march=ppc32 | FileCheck %s -check-prefix=STATIC
+; RUN: llc < %s -relocation-model=pic -march=ppc32 -mtriple=powerpc-apple-darwin | FileCheck %s -check-prefix=PIC
+; RUN: llc < %s -relocation-model=static -march=ppc32 -mtriple=powerpc-apple-darwin | FileCheck %s -check-prefix=STATIC
 
 @nextaddr = global i8* null                       ; <i8**> [#uses=2]
 @C.0.2070 = private constant [5 x i8*] [i8* blockaddress(@foo, %L1), i8* blockaddress(@foo, %L2), i8* blockaddress(@foo, %L3), i8* blockaddress(@foo, %L4), i8* blockaddress(@foo, %L5)] ; <[5 x i8*]*> [#uses=1]





More information about the llvm-commits mailing list