[llvm-commits] [llvm] r45881 - /llvm/trunk/test/CodeGen/X86/aligned-comm.ll

Dale Johannesen dalej at apple.com
Fri Jan 11 12:47:33 PST 2008


Author: johannes
Date: Fri Jan 11 14:47:33 2008
New Revision: 45881

URL: http://llvm.org/viewvc/llvm-project?rev=45881&view=rev
Log:
Disable for now.


Modified:
    llvm/trunk/test/CodeGen/X86/aligned-comm.ll

Modified: llvm/trunk/test/CodeGen/X86/aligned-comm.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/aligned-comm.ll?rev=45881&r1=45880&r2=45881&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/aligned-comm.ll (original)
+++ llvm/trunk/test/CodeGen/X86/aligned-comm.ll Fri Jan 11 14:47:33 2008
@@ -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.





More information about the llvm-commits mailing list