[PATCH] D77280: [ELF] Make --version-script/--dynamic-list work for lazy symbols fetched by LTO libcalls

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 6 05:55:16 PDT 2020


grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.

In D77280#1960813 <https://reviews.llvm.org/D77280#1960813>, @MaskRay wrote:

> Some library call undefined references (e.g. `__udivti3`) are not recorded in the symbol table of bitcode files but they may be generated on the fly.


This detail filled some gap in my head, so LGTM, thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77280/new/

https://reviews.llvm.org/D77280





More information about the llvm-commits mailing list