aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-19 02:46:56 +0000
committerChris Lattner <sabre@nondot.org>2010-01-19 02:46:56 +0000
commitac7bc9f150d5a1b404d48d1da1a57436c14d8a6e (patch)
tree7692106356125cd69580382d50460a17a735074a
parente5138b65495558bbaa08c93f53e9807ac22a613d (diff)
downloadexternal_llvm-ac7bc9f150d5a1b404d48d1da1a57436c14d8a6e.tar.gz
external_llvm-ac7bc9f150d5a1b404d48d1da1a57436c14d8a6e.tar.bz2
external_llvm-ac7bc9f150d5a1b404d48d1da1a57436c14d8a6e.zip
there is no need to emit a .section above .comm on linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93842 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/global-sections.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/global-sections.ll b/test/CodeGen/X86/global-sections.ll
index 38948a7dc9..405adca6cd 100644
--- a/test/CodeGen/X86/global-sections.ll
+++ b/test/CodeGen/X86/global-sections.ll
@@ -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