summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjCPlusPlus
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-03-19 00:40:31 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-03-19 00:40:31 +0000
commit8d05185a26ecbd1079b43651c427508a6156f1ea (patch)
tree8795898d6605a0f3e13c3d4e3dda784c2a08dddd /lldb/source/Plugins/Language/ObjCPlusPlus
parent67e03a1ce6df29e880727dbf38eb5db250a1a6ae (diff)
downloadbcm5719-llvm-8d05185a26ecbd1079b43651c427508a6156f1ea.tar.gz
bcm5719-llvm-8d05185a26ecbd1079b43651c427508a6156f1ea.zip
Rework linkInModule(), making it oblivious to ThinLTO
Summary: ThinLTO is relying on linkInModule to import selected function. However a lot of "magic" was hidden in linkInModule and the IRMover, who would rename and promote global variables on the fly. This is moving to an approach where the steps are decoupled and the client is reponsible to specify the list of globals to import. As a consequence some test are changed because they were relying on the previous behavior which was importing the definition of *every* single global without control on the client side. Now the burden is on the client to decide if a global has to be imported or not. Reviewers: tejohnson Subscribers: joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D18122 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 263863
Diffstat (limited to 'lldb/source/Plugins/Language/ObjCPlusPlus')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud