aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-29 06:26:07 +0000
committerChris Lattner <sabre@nondot.org>2008-01-29 06:26:07 +0000
commitc95658916fa8e88d72ef0836abd7f9b4302611a9 (patch)
tree3b7c86f1322e918072251656868cc2df33f5b466 /test/CodeGen/PowerPC
parent935686e9d1142b8c8f26a7fb2c8736b692eeaf4f (diff)
downloadexternal_llvm-c95658916fa8e88d72ef0836abd7f9b4302611a9.zip
external_llvm-c95658916fa8e88d72ef0836abd7f9b4302611a9.tar.gz
external_llvm-c95658916fa8e88d72ef0836abd7f9b4302611a9.tar.bz2
Add target triples to these so they don't fail on linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46496 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC')
-rw-r--r--test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll b/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
index 909e8ee..38ae87c 100644
--- a/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
+++ b/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
@@ -1,4 +1,6 @@
; RUN: llvm-as < %s | llc -march=ppc32 | grep nop
+target triple = "powerpc-apple-darwin8"
+
define void @bork() noreturn nounwind {
entry: