OSDN Git Service

there is no need to emit a .section above .comm on linux.
authorChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 02:46:56 +0000 (02:46 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 02:46:56 +0000 (02:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93842 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/global-sections.ll

index 38948a7..405adca 100644 (file)
@@ -6,7 +6,6 @@
 @G1 = common global i32 0
 
 ; LINUX: .type   G1,@object
-; LINUX: .section .gnu.linkonce.b.G1,"aw",@nobits
 ; LINUX: .comm  G1,4,4
 
 ; DARWIN: .comm        _G1,4,2