Also renames it LinkerDriver::compileBitcodeFiles.
The function doesn't logically belong to SymbolTable. We added this
function to the symbol table because symbol table used to be a
container of input files. This is no longer the case.
Paths
| Differential D62291
Move SymbolTable::addCombinedLTOObject() to LinkerDriver. ClosedPublic Authored by ruiu on May 23 2019, 1:27 AM.
Details Summary Also renames it LinkerDriver::compileBitcodeFiles. The function doesn't logically belong to SymbolTable. We added this
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 23 2019, 2:05 AM Closed by commit rL361469: Move SymbolTable::addCombinedLTOObject() to LinkerDriver. (authored by ruiu). · Explain WhyMay 23 2019, 2:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 200899 lld/trunk/ELF/Driver.h
lld/trunk/ELF/Driver.cpp
lld/trunk/ELF/SymbolTable.h
lld/trunk/ELF/SymbolTable.cpp
|