mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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
This commit is contained in:
parent
07e3a38c78
commit
27287664c2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user