diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-11-05 00:51:31 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-11-05 00:51:31 +0000 |
commit | 5a225cc85aae4b52d9cbda6cd663fef573f2f5f2 (patch) | |
tree | 2088adfd0d1ef8f2a535812db243bce29e15885f /test/CodeGen/PowerPC/indirectbr.ll | |
parent | 9fb744e16945390d6ff0a631d4ad7637fec5b7b1 (diff) | |
download | external_llvm-5a225cc85aae4b52d9cbda6cd663fef573f2f5f2.zip external_llvm-5a225cc85aae4b52d9cbda6cd663fef573f2f5f2.tar.gz external_llvm-5a225cc85aae4b52d9cbda6cd663fef573f2f5f2.tar.bz2 |
Add -mtriple to llc commands, attempting to fix buildbot failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/indirectbr.ll')
-rw-r--r-- | test/CodeGen/PowerPC/indirectbr.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/indirectbr.ll b/test/CodeGen/PowerPC/indirectbr.ll index 94ad093..ee0a02b 100644 --- a/test/CodeGen/PowerPC/indirectbr.ll +++ b/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] |