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

Jonas Hahnfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 14:09:38 PDT 2022


Hahnfeld added a comment.

The code was added in rG4dc110a4b83c625502092b127ca0e9eb13824297 <https://reviews.llvm.org/rG4dc110a4b83c625502092b127ca0e9eb13824297> which mentions ELF/x86-64. I played a bit with the code and a trivial example still seems to work on x86 if I revert that commit. I'm not sure if there have been other changes in the backend since then, but this change seems to be necessary on RISC-V. However, if there are other ways of doing it I'd be happy to learn about them.


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