summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/COFF/bss_section.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/COFF/bss_section.ll')
-rw-r--r--llvm/test/MC/COFF/bss_section.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/MC/COFF/bss_section.ll b/llvm/test/MC/COFF/bss_section.ll
index 1921eeb61a6..f80a0712b7e 100644
--- a/llvm/test/MC/COFF/bss_section.ll
+++ b/llvm/test/MC/COFF/bss_section.ll
@@ -5,5 +5,6 @@
@"\01?thingy@@3Ufoo@@B" = global %struct.foo zeroinitializer, align 4
; CHECK: .bss
-@thingy_linkonce = linkonce_odr global %struct.foo zeroinitializer, align 4
+$thingy_linkonce = comdat any
+@thingy_linkonce = linkonce_odr global %struct.foo zeroinitializer, comdat, align 4
; CHECK: .section .bss,"wb",discard,_thingy_linkonce
OpenPOWER on IntegriCloud