[PATCH] D111365: [ELF] Demote !isUsedInRegularObj lazy symbol

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 8 10:11:39 PDT 2021


peter.smith added a comment.

WIll take a look in more detail next week. IIUC so far, we have a quirk in isUndefWeak because we don't, currently, demote lazy symbols that weren't resolved, due to a problem that we now think is resolved. At a glance it sounds reasonable to me, just need to understand what the original problem was and how D79300 <https://reviews.llvm.org/D79300> fixes it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111365



More information about the llvm-commits mailing list