LLVM OrcJIT is shifting from RuntimeDyld to JITLink. Starting with D96627 I am planning to add debug support. It would be great to have test coverage for it in LLDB early on.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for taking a look. Planning to to give this a try as soon as JITLink support landed.
Comment Actions
For the entry point, prefer lli over llvm-jitlink. D97339 added debug support for JITLink in lli.