Skip to content

Commit a489619

Browse files
committed
UnXFAIL this test.
llvm-svn: 46169
1 parent 2e1232e commit a489619

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/test/CodeGen/X86/aligned-comm.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin10 | grep {array,16512,7}
33
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin9 | grep {array,16512,7}
44
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin8 | not grep {7}
5-
; XFAIL: *
6-
7-
; Currently there is no construct which generates .comm, so test is xfail'ed.
85

96
; Darwin 9+ should get alignment on common symbols. Darwin8 does
107
; not support this.

0 commit comments

Comments
 (0)