This is no longer the recommended way to load modules for importing, so it should not be public API.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27292
LTO: Remove ModuleLoader, make loadModuleFromBuffer static and move into its only client, ThinLTOCodeGenerator. ClosedPublic Authored by pcc on Nov 30 2016, 7:45 PM.
Details Summary This is no longer the recommended way to load modules for importing, so it should not be public API.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 30 2016, 8:34 PM Closed by commit rL288316: LTO: Remove ModuleLoader, make loadModuleFromBuffer static and move into its… (authored by pcc). · Explain WhyNov 30 2016, 10:02 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 79865 llvm/trunk/include/llvm/LTO/LTO.h
llvm/trunk/lib/LTO/LTO.cpp
llvm/trunk/lib/LTO/ThinLTOCodeGenerator.cpp
|