1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me.

llvm-svn: 116170
This commit is contained in:
Chris Lattner 2010-10-10 18:59:01 +00:00
parent b63869a25b
commit 307552613d

View File

@ -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 {