Don't tell the linker about available_externally definitions. If we do, it will
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 1 Feb 2011 00:41:51 +0000 (00:41 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 1 Feb 2011 00:41:51 +0000 (00:41 +0000)
commit4cb310b67d95756c62ab3d7c76d0a75c4fb3403f
tree908dce56fbbc5dc2652d10889b4531cd571edd53
parente9a7ea68653689966417443b8ac2528c1d9d3ccf
Don't tell the linker about available_externally definitions. If we do, it will
complain about duplicated definitions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124634 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lto/LTOModule.cpp