[PATCH] D97339: [lli] Add JITLink in-process debugging support
Stefan Gränitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 23 15:03:01 PST 2021
sgraenitz created this revision.
sgraenitz added reviewers: lhames, dblaikie.
Herald added subscribers: hiraditya, mgorny.
sgraenitz requested review of this revision.
Herald added a project: LLVM.
This patch adds a `--dyld` flag for `lli` that determines the dynamic linker to use (`default`, `runtime-dyld` or `jitlink`). The JITLink implementation only supports in-process JITing for now. It adds plugins for EH-Frame registration and debug object management (equired for D97337 <https://reviews.llvm.org/D97337>), but doesn't touch other parts like the existing platform support code.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D97339
Files:
llvm/lib/ExecutionEngine/CMakeLists.txt
llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp
llvm/tools/lli/lli.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97339.325909.patch
Type: text/x-patch
Size: 6271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210223/c72ec5e8/attachment.bin>
More information about the llvm-commits
mailing list