Revert "COFF: Let globals with private linkage reside in their own section"
[oota-llvm.git] / test / CodeGen / X86 / global-sections.ll
index 8c61411e53eb63c5c6923c6cb6df1da6b16e0ce3..dcdc71efdc4e516fc4d4e87a6b35acb317323c60 100644 (file)
@@ -275,8 +275,8 @@ bb7:
 ; LINUX-SECTIONS:        .asciz  "foo"
 ; LINUX-SECTIONS:        .size   .LG14, 4
 
-; WIN32-SECTIONS:        .section        .rdata,"dr",one_only,_G14
-; WIN32-SECTIONS: _G14:
+; WIN32-SECTIONS:        .section        .rdata,"dr"
+; WIN32-SECTIONS: L_G14:
 ; WIN32-SECTIONS:        .asciz  "foo"
 
 ; cannot be merged on MachO, but can on other formats.