This is an archive of the discontinued LLVM Phabricator instance.

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
function to the symbol table because symbol table used to be a
container of input files. This is no longer the case.

Diff Detail

Repository
rL LLVM