pub unsafe extern "C" fn LLVMOrcGetErrorMsg(
JITStack: *mut LLVMOrcOpaqueJITStack,
) -> *const i8Expand description
Get the error message for the most recent error (if any).
The returned message is owned by the ORC JIT stack.
pub unsafe extern "C" fn LLVMOrcGetErrorMsg(
JITStack: *mut LLVMOrcOpaqueJITStack,
) -> *const i8Get the error message for the most recent error (if any).
The returned message is owned by the ORC JIT stack.