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)
commit60b721363c86ef4712aa26652ed6cbcd9768c3f9
treecae8ca8d3c34df2ca31636f7d60f6609e9fc5f44
parent24b04aa393d683404aec0e77a5d3915ed8f65eb0
Revert r226242 - Revert Revert Don't create new comdats in CodeGen

This breaks AddressSanitizer (ninja check-asan) on Windows

llvm-svn: 226251
15 files changed:
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
llvm/lib/Target/XCore/XCoreAsmPrinter.cpp
llvm/test/Bitcode/linkage-types-3.2.ll
llvm/test/CodeGen/ARM/odr_comdat.ll [new file with mode: 0644]
llvm/test/CodeGen/ARM/section-name.ll
llvm/test/CodeGen/X86/dllexport-x86_64.ll
llvm/test/CodeGen/X86/dllexport.ll
llvm/test/CodeGen/X86/global-sections.ll
llvm/test/CodeGen/X86/odr_comdat.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/pic_jumptable.ll
llvm/test/MC/COFF/bss_section.ll
llvm/test/MC/COFF/const-gv-with-rel-init.ll
llvm/test/MC/COFF/weak-symbol.ll [new file with mode: 0644]