<div dir="ltr"><div>we have:</div><div>LLVMBool <span class="" style="white-space:pre">     </span>LLVMVerifyModule (LLVMModuleRef M, LLVMVerifierFailureAction Action, char **OutMessage)</div><div>LLVMBool <span class="" style="white-space:pre">   </span>LLVMVerifyFunction (LLVMValueRef Fn, LLVMVerifierFailureAction Action)</div><div><br></div><div>Is there any reason LLVMVerifyFunction can't have OutMessage output argument to allow caller what to do with error message?</div><div><br></div></div>