ΒΆLLVMBool LLVMExecutionEngineGetErrMsg(
LLVMExecutionEngineRef EE,
char** OutError)
LLVMBool LLVMExecutionEngineGetErrMsg(
LLVMExecutionEngineRef EE,
char** OutError)
Description
Returns true on error, false on success. If true is returned then the error message is copied to OutStr and cleared in the ExecutionEngine instance.
Declared at: llvm/include/llvm-c/ExecutionEngine.h:154
Parameters
- LLVMExecutionEngineRef EE
- char** OutError