[llvm-commits] [llvm] r93842 - /llvm/trunk/test/CodeGen/X86/global-sections.ll

Chris Lattner sabre at nondot.org
Mon Jan 18 18:46:57 PST 2010


Author: lattner
Date: Mon Jan 18 20:46:56 2010
New Revision: 93842

URL: http://llvm.org/viewvc/llvm-project?rev=93842&view=rev
Log:
there is no need to emit a .section above .comm on linux.

Modified:
    llvm/trunk/test/CodeGen/X86/global-sections.ll

Modified: llvm/trunk/test/CodeGen/X86/global-sections.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/global-sections.ll?rev=93842&r1=93841&r2=93842&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/global-sections.ll (original)
+++ llvm/trunk/test/CodeGen/X86/global-sections.ll Mon Jan 18 20:46:56 2010
@@ -6,7 +6,6 @@
 @G1 = common global i32 0
 
 ; LINUX: .type   G1, at object
-; LINUX: .section .gnu.linkonce.b.G1,"aw", at nobits
 ; LINUX: .comm  G1,4,4
 
 ; DARWIN: .comm	_G1,4,2





More information about the llvm-commits mailing list