projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07e3a38
)
force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me.
author
Chris Lattner
<sabre@nondot.org>
Sun, 10 Oct 2010 18:59:01 +0000
(18:59 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 10 Oct 2010 18:59:01 +0000
(18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116170
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/PowerPC/varargs.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/PowerPC/varargs.ll
b/test/CodeGen/PowerPC/varargs.ll
index 813ec2246349161a9cd08ea052270cd9d3e1b351..1769be957ac42a16f20c8acbddea28c5762ca29b 100644
(file)
--- a/
test/CodeGen/PowerPC/varargs.ll
+++ b/
test/CodeGen/PowerPC/varargs.ll
@@
-1,5
+1,5
@@
-; RUN: llc < %s -m
arch=ppc32
| FileCheck -check-prefix=P32 %s
-; RUN: llc < %s -m
arch=ppc64
| FileCheck -check-prefix=P64 %s
+; RUN: llc < %s -m
triple=powerpc-apple-darwin
| FileCheck -check-prefix=P32 %s
+; RUN: llc < %s -m
triple=powerpc64-apple-darwin
| FileCheck -check-prefix=P64 %s
; PR8327
define i8* @test1(i8** %foo) nounwind {