mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-08 03:26:34 +00:00
Test is correct again for the moment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46172 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c9133f9772
commit
9929207fde
@ -2,9 +2,6 @@
|
|||||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin10 | grep {array,16512,7}
|
; 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-darwin9 | grep {array,16512,7}
|
||||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin8 | not grep {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
|
; Darwin 9+ should get alignment on common symbols. Darwin8 does
|
||||||
; not support this.
|
; not support this.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user