mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-22 11:39:35 +00:00
Disable for now.
llvm-svn: 45881
This commit is contained in:
parent
8644bdca87
commit
8ca78844b0
@ -2,6 +2,9 @@
|
||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin10 | grep {array,16512,7}
|
||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 | grep {array,16512,7}
|
||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin8 | not grep {7}
|
||||
; XFAIL: *
|
||||
|
||||
; Currently there is no construct which generates .comm, so test is xfail'ed.
|
||||
|
||||
; Darwin 9+ should get alignment on common symbols. Darwin8 does
|
||||
; not support this.
|
||||
|
Loading…
Reference in New Issue
Block a user