[llvm-commits] [llvm] r46169 - /llvm/branches/release_22/test/CodeGen/X86/aligned-comm.ll
Tanya Lattner
tonic at nondot.org
Fri Jan 18 11:18:52 PST 2008
Author: tbrethou
Date: Fri Jan 18 13:18:51 2008
New Revision: 46169
URL: http://llvm.org/viewvc/llvm-project?rev=46169&view=rev
Log:
UnXFAIL this test.
Modified:
llvm/branches/release_22/test/CodeGen/X86/aligned-comm.ll
Modified: llvm/branches/release_22/test/CodeGen/X86/aligned-comm.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_22/test/CodeGen/X86/aligned-comm.ll?rev=46169&r1=46168&r2=46169&view=diff
==============================================================================
--- llvm/branches/release_22/test/CodeGen/X86/aligned-comm.ll (original)
+++ llvm/branches/release_22/test/CodeGen/X86/aligned-comm.ll Fri Jan 18 13:18:51 2008
@@ -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-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.
More information about the llvm-commits
mailing list