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
LinkArchives.cpp
Linker.cpp
LinkItems.cpp
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