[PATCH] D155557: [JITLink] Add public APIs for getting stub creation functions.
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 3 17:42:37 PDT 2023
lhames accepted this revision.
lhames added a comment.
This revision is now accepted and ready to land.
Looks great -- thanks @sunho!
================
Comment at: llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h:563
orc::ExecutorAddr(~uint64_t(5)), 1, 0);
- B.addEdge(Delta32, 2, PointerSymbol, -4);
+ B.addEdge(BranchPCRel32, 2, PointerSymbol, 0);
return B;
----------------
This is a nice improvement.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155557/new/
https://reviews.llvm.org/D155557
More information about the llvm-commits
mailing list