[PATCH] D133452: [ORC] Fix auto-claim of weak defs in ObjectLinkingLayer

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 16:30:23 PDT 2022


lhames added a comment.

Can you share the object(s) that produce the error that you're seeing?

4dc110a4b83c625502092b127ca0e9eb13824297 <https://reviews.llvm.org/rG4dc110a4b83c625502092b127ca0e9eb13824297> caused us to claim responsibility for weak symbols that survived dead stripping. To trigger the issue that you're seeing I guess that we need to have a symbol that's (a) inserted late in the compiler pipeline, (b) unreferenced in the file that defines it, and (c) used elsewhere. Does that match what you're seeing?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133452



More information about the llvm-commits mailing list