Revert Don't create new comdats in CodeGen
authorTimur Iskhodzhanov <timurrrr@google.com>
Thu, 15 Jan 2015 16:14:34 +0000 (16:14 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Thu, 15 Jan 2015 16:14:34 +0000 (16:14 +0000)
commitd048b3be7089e3344daf897a52d3dace37cc1c27
tree224ea23d18d6a2fb92e1603129639b8b7bc4c228
parentcb71ef1b46091c39d6ad1117f16fa4b0a42ef021
Revert Don't create new comdats in CodeGen

It breaks AddressSanitizer on Windows.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226173 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]