summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-11-05 00:51:31 +0000
committerBob Wilson <bob.wilson@apple.com>2009-11-05 00:51:31 +0000
commit45119d8850b65284445927f7ca107ff01a18b8d6 (patch)
treedcd2738a2f70938ed0070a1c5926e34328a87309 /llvm/test/CodeGen
parent921152fe9d90bad10556791915cf6e8be2e2cbba (diff)
downloadbcm5719-llvm-45119d8850b65284445927f7ca107ff01a18b8d6.tar.gz
bcm5719-llvm-45119d8850b65284445927f7ca107ff01a18b8d6.zip
Add -mtriple to llc commands, attempting to fix buildbot failures.
llvm-svn: 86086
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/PowerPC/indirectbr.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/indirectbr.ll b/llvm/test/CodeGen/PowerPC/indirectbr.ll
index 94ad0931540..ee0a02bccef 100644
--- a/llvm/test/CodeGen/PowerPC/indirectbr.ll
+++ b/llvm/test/CodeGen/PowerPC/indirectbr.ll
@@ -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]
OpenPOWER on IntegriCloud