[PATCH] D62935: [ThinLTO][LTO][Legacy] Fix dependent libraries support by adding querying of the IRSymtab
ben via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 11 01:03:24 PDT 2019
bd1976llvm added a comment.
In D62935#1537096 <https://reviews.llvm.org/D62935#1537096>, @steven_wu wrote:
> > Thanks. I was not sure if the new functions in LTOModule.h/.cpp were in the right file - but I don't see a better place to put them.
>
> This is fine. Do you think you might want to query symbols from InputFile instead of LTOModule in the future?
Yes! I would like to expand the api in the future so that a client linker can everything it needs from the IRSymtab.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62935/new/
https://reviews.llvm.org/D62935
More information about the llvm-commits
mailing list