[PATCH] D62291: Move SymbolTable::addCombinedLTOObject() to LinkerDriver.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 01:27:51 PDT 2019


ruiu created this revision.
ruiu added reviewers: MaskRay, grimar.
Herald added subscribers: dexonsmith, arichardson, inglorion, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D62291

Files:
  lld/ELF/Driver.cpp
  lld/ELF/Driver.h
  lld/ELF/SymbolTable.cpp
  lld/ELF/SymbolTable.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62291.200884.patch
Type: text/x-patch
Size: 5192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190523/ab555fe0/attachment.bin>


More information about the llvm-commits mailing list