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

Chris Lattner sabre at nondot.org
Sun Jan 24 23:43:41 PST 2010


Author: lattner
Date: Mon Jan 25 01:43:40 2010
New Revision: 94414

URL: http://llvm.org/viewvc/llvm-project?rev=94414&view=rev
Log:
we removed support for darwin8 tools.

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=94414&r1=94413&r2=94414&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/aligned-comm.ll (original)
+++ llvm/trunk/test/CodeGen/X86/aligned-comm.ll Mon Jan 25 01:43:40 2010
@@ -1,8 +1,6 @@
 ; RUN: llc < %s -march=x86
 ; RUN: llc < %s -mtriple=i386-apple-darwin10 | grep {array,16512,7}
 ; RUN: llc < %s -mtriple=i386-apple-darwin9 | grep {array,16512,7}
-; RUN: llc < %s -mtriple=i386-apple-darwin8 | not grep {7}
 
-; Darwin 9+ should get alignment on common symbols.  Darwin8 does 
-; not support this.
+; Darwin 9+ should get alignment on common symbols.
 @array = common global [4128 x i32] zeroinitializer, align 128





More information about the llvm-commits mailing list