Add -mtriple to llc commands, attempting to fix buildbot failures.
authorBob Wilson <bob.wilson@apple.com>
Thu, 5 Nov 2009 00:51:31 +0000 (00:51 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 5 Nov 2009 00:51:31 +0000 (00:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86086 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/indirectbr.ll

index 94ad0931540046bc241b69a8f4c04199dbd88ff9..ee0a02bccef585e9eead056368e711bb096662f3 100644 (file)
@@ -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]