Fix an error handling redefinition of linkonce functions where the
authorChris Lattner <sabre@nondot.org>
Fri, 20 Jun 2008 05:29:39 +0000 (05:29 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Jun 2008 05:29:39 +0000 (05:29 +0000)
commitec91ccba3ca92d5e1f19fb0cb6e57a7d4a3f3195
tree5f0b09f5d87446a5c1301ff60810165dce482d7d
parent66246021978083d96210a1a8f1316ef81081700b
Fix an error handling redefinition of linkonce functions where the
types differ.  Patch by Nathan Keynes!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52527 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkModules.cpp
test/Linker/2008-06-13-LinkOnceRedefinition.ll [new file with mode: 0644]
test/Linker/redefinition.ll