Function llvm_sys::orc2::lljit::LLVMOrcLLJITEnableDebugSupport

source ยท
pub unsafe extern "C" fn LLVMOrcLLJITEnableDebugSupport(
    J: LLVMOrcLLJITRef,
) -> LLVMErrorRef
Expand description

Install the plugin that submits debug objects to the executor.

Executors must expose the llvm_orc_registerJITLoaderGDBWrapper symbol.