[PATCH] D97339: [lli] Add JITLink in-process debugging support
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 23:08:26 PST 2021
lhames added a comment.
In D97339#2584418 <https://reviews.llvm.org/D97339#2584418>, @sgraenitz wrote:
> I guess we can move the symbol definitions from OrcTargetProcess the the Orc runtime one day.
That was my first thought too, but then I realized that for the debugger to see these symbols in the runtime (which is linked in via the JIT) we'd need to have a different solution for registering debug info for JIT'd code, at which point this would be redundant. :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97339/new/
https://reviews.llvm.org/D97339
More information about the llvm-commits
mailing list