[PATCH] D27077: LTO: Port the new LTO API to ModuleSymbolTable.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 9 18:46:09 PST 2016
mehdi_amini added inline comments.
================
Comment at: llvm/include/llvm/LTO/LTO.h:84
+ ModuleSymbolTable SymTab;
+ std::unique_ptr<Module> Mod;
+ MemoryBufferRef MBRef;
----------------
It seems there is not much that still requires us to keep `Mod` here, what is fundamentally the remaining issue?
https://reviews.llvm.org/D27077
More information about the llvm-commits
mailing list