Add a fixed version of r195470 back.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 22 Nov 2013 17:58:12 +0000 (17:58 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 22 Nov 2013 17:58:12 +0000 (17:58 +0000)
commit4799cdb81ef26645292d7183cdcd81946d76353c
tree34cbf940ac47e52027684dd5fcd64585eb9815be
parent089443891249760b2a81b5f9da1503290a35d13f
Add a fixed version of r195470 back.

The fix is simply to use CurI instead of I when handling aliases to
avoid accessing a invalid iterator.

original message:

Convert linkonce* to weak* instead of strong.

Also refactor the logic into a helper function. This is an important improve
on mingw where the linker complains about mixed weak and strong symbols.
Converting to weak ensures that the symbol is not dropped, but keeps in a
comdat, making the linker happy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195477 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/ExtractGV.cpp
test/Other/extract-linkonce.ll