[PATCH] D118756: [ELF] Avoid wrapping unreferenced lazy symbols

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 07:00:33 PST 2022


peter.smith added a comment.

Implementation looks good to me. It may be worth writing a test involving LTO, for example a definition of lazy in a bitcode archive. As I understand the implementation this should work, but it may be worth having a regression test to catch it if it breaks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118756



More information about the llvm-commits mailing list