Unverified Commit 54397f9a authored by Stefan Gränitz's avatar Stefan Gränitz Committed by GitHub
Browse files

[llvm-c] Expose debug support for LLJIT in Orc C-API bindings (#73257)

Allow C-API users to debug their JITed code via the GDB JIT Interface.

This is currently supported on ELF and MachO based platforms. On
other systems `LLVMOrcLLJITEnableDebugSupport()` returns an error.

This patch adds a new C-API header `LLJITUtils.h`, which can host
further advanced JIT features in the future. Using the header requires
linking against LLVMOrcDebugging.
parent 07ed3258
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment