Revert r226242 - Revert Revert Don't create new comdats in CodeGen
authorTimur Iskhodzhanov <timurrrr@google.com>
Fri, 16 Jan 2015 08:38:45 +0000 (08:38 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Fri, 16 Jan 2015 08:38:45 +0000 (08:38 +0000)
commit6a7c74de33833116a20da2858e89d07159572989
treefc7366f1731e51523296f3244b0e0c2be8b3dd79
parent293d3deea3b9ae2087faaa1f0dbef43324a884f2
Revert r226242 - Revert Revert Don't create new comdats in CodeGen

This breaks AddressSanitizer (ninja check-asan) on Windows

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226251 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/Target/XCore/XCoreAsmPrinter.cpp
test/Bitcode/linkage-types-3.2.ll
test/CodeGen/ARM/odr_comdat.ll [new file with mode: 0644]
test/CodeGen/ARM/section-name.ll
test/CodeGen/X86/dllexport-x86_64.ll
test/CodeGen/X86/dllexport.ll
test/CodeGen/X86/global-sections.ll
test/CodeGen/X86/odr_comdat.ll [new file with mode: 0644]
test/CodeGen/X86/pic_jumptable.ll
test/MC/COFF/bss_section.ll
test/MC/COFF/const-gv-with-rel-init.ll
test/MC/COFF/weak-symbol.ll [new file with mode: 0644]