forked from OSchip/llvm-project
parent
9ae2eb43d8
commit
6881ace037
|
@ -1,5 +1,7 @@
|
|||
; RUN: llvm-as < %s | llc
|
||||
; RUN: llvm-as < %s | llc
|
||||
; XFAIL: sparc-sun-solaris2.*
|
||||
; PR1308
|
||||
; PR1557
|
||||
|
||||
define i32 @stuff(i32, ...) {
|
||||
%foo = alloca i8*
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
; RUN: llvm-as < %s | llc
|
||||
; XFAIL: sparc-sun-solaris2.*
|
||||
; PR1557
|
||||
|
||||
; Test that we can have an "X" output constraint.
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
; RUN: llvm-as < %s | llc
|
||||
; RUN: llvm-as < %s | llc
|
||||
; XFAIL: sparc-sun-solaris2.*
|
||||
; PR1557
|
||||
|
||||
%struct..0anon = type { [100 x i32] }
|
||||
|
||||
|
|
Loading…
Reference in New Issue