summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/varargs.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-10-10 18:59:01 +0000
committerChris Lattner <sabre@nondot.org>2010-10-10 18:59:01 +0000
commit27287664c29fe472b8e0408358cd94373222b619 (patch)
tree6c3650ea57d1ffc2defc6c2cc105a870709b9267 /test/CodeGen/PowerPC/varargs.ll
parent07e3a38c78d2788e05d716e7fa552b9449c87c33 (diff)
downloadllvm-27287664c29fe472b8e0408358cd94373222b619.tar.gz
llvm-27287664c29fe472b8e0408358cd94373222b619.tar.bz2
llvm-27287664c29fe472b8e0408358cd94373222b619.tar.xz
force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116170 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/varargs.ll')
-rw-r--r--test/CodeGen/PowerPC/varargs.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/varargs.ll b/test/CodeGen/PowerPC/varargs.ll
index 813ec22463..1769be957a 100644
--- a/test/CodeGen/PowerPC/varargs.ll
+++ b/test/CodeGen/PowerPC/varargs.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=ppc32 | FileCheck -check-prefix=P32 %s
-; RUN: llc < %s -march=ppc64 | FileCheck -check-prefix=P64 %s
+; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck -check-prefix=P32 %s
+; RUN: llc < %s -mtriple=powerpc64-apple-darwin | FileCheck -check-prefix=P64 %s
; PR8327
define i8* @test1(i8** %foo) nounwind {