Depends on D27077
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/lib/LTO/LTOModule.cpp | ||
---|---|---|
238 ↗ | (On Diff #79170) | That won't work, LTOModule's ctor is private. |
Paths
| Differential D27078
LTO: Port the legacy LTO API to ModuleSymbolTable. ClosedPublic Authored by pcc on Nov 23 2016, 4:11 PM.
Details
Diff Detail
Event Timelinepcc updated this object. pcc added a child revision: D27079: Object: Remove module accessors from IRObjectFile, and hide its constructor.. mehdi_amini edited edge metadata. Comment ActionsLGTM.
This revision is now accepted and ready to land.Dec 9 2016, 6:47 PM
Closed by commit rL289576: LTO: Port the legacy LTO API to ModuleSymbolTable. (authored by pcc). · Explain WhyDec 13 2016, 12:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 81278 llvm/trunk/include/llvm/LTO/legacy/LTOModule.h
llvm/trunk/lib/LTO/LTOModule.cpp
|