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

Jonas Hahnfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 24 01:41:01 PDT 2022


Hahnfeld added a comment.

In D133452#3812657 <https://reviews.llvm.org/D133452#3812657>, @lhames wrote:

>   % lli -relocation-model=pic -jit-linker=jitlink eh.ll

Indeed, I did not run with `-relocation-model=pic` - I thought this was the default for JITlink anyway... I'm now building for RISC-V and will see if it makes a difference there, maybe that will give us a clue.


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