As discussed on IRC, move the ThinLTOGlobalProcessing code out of
the linker, and into TransformUtils. The name of the class is changed
to FunctionImportGlobalProcessing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D17081
[ThinLTO] Move global processing from Linker to TransformUtils ClosedPublic Authored by tejohnson on Feb 10 2016, 9:57 AM.
Details Summary As discussed on IRC, move the ThinLTOGlobalProcessing code out of
Diff Detail
Event Timelinemehdi_amini edited edge metadata. Comment ActionsI assume this is NFC (code motion / renaming), skimming through, it LGTM. This revision is now accepted and ready to land.Feb 10 2016, 10:01 AM Comment Actions
Yep. Will update the headline to indicate NFC. Thanks, Closed by commit rL260395: [ThinLTO] Move global processing from Linker to TransformUtils (NFC) (authored by tejohnson). · Explain WhyFeb 10 2016, 10:16 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 47480 llvm/trunk/include/llvm/Linker/Linker.h
llvm/trunk/include/llvm/Transforms/Utils/FunctionImportUtils.h
llvm/trunk/lib/Linker/LinkModules.cpp
llvm/trunk/lib/Transforms/IPO/FunctionImport.cpp
llvm/trunk/lib/Transforms/Utils/CMakeLists.txt
llvm/trunk/lib/Transforms/Utils/FunctionImportUtils.cpp
|