llvm-6502/lib/Linker
Bill Wendling 7f5124829f If the destination module all ready has a copy of the global coming from the
source module *and* it must be merged (instead of simply replaced or appended
to), then merge instead of replacing or adding another global.

The ObjC __image_info section was being appended to because of this
failure. This caused a crash because the linker expects the image info section
to be a specific size.

<rdar://problem/8198537>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115753 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-06 06:16:30 +00:00
..
CMakeLists.txt Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." 2010-09-13 23:59:48 +00:00
LinkArchives.cpp
Linker.cpp
LinkItems.cpp Add basic error checking to MemoryBuffer::getSTDIN. 2010-05-27 17:31:51 +00:00
LinkModules.cpp If the destination module all ready has a copy of the global coming from the 2010-10-06 06:16:30 +00:00
Makefile