[PATCH] D105465: [RuntimeDyld] Added support for relocation of indirect functions
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 17:38:45 PDT 2022
lhames added a comment.
Herald added a subscriber: StephenFan.
Herald added a project: All.
This is really cool.
Does the `Indirect` flag really need to go onto `JITSymbolFlags`? My mental model of ifuncs (very limited -- I haven't used them myself) is "self-updating PLT" -- its ifunc-ness is opaque to callers right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105465/new/
https://reviews.llvm.org/D105465
More information about the llvm-commits
mailing list