ΒΆconst char* LLVMOrcGetErrorMsg(
LLVMOrcJITStackRef JITStack)
const char* LLVMOrcGetErrorMsg(
LLVMOrcJITStackRef JITStack)
Description
Get the error message for the most recent error (if any). This message is owned by the ORC JIT Stack and will be freed when the stack is disposed of by LLVMOrcDisposeInstance.
Declared at: llvm/include/llvm-c/OrcBindings.h:56
Parameters
- LLVMOrcJITStackRef JITStack