[LLVMdev] LLVMVerifyFunction with char **OutMessage output argument

Timothee Cour timothee.cour2+llvm at gmail.com
Mon Mar 2 10:03:12 PST 2015


we have:
LLVMBool LLVMVerifyModule (LLVMModuleRef M, LLVMVerifierFailureAction
Action, char **OutMessage)
LLVMBool LLVMVerifyFunction (LLVMValueRef Fn, LLVMVerifierFailureAction
Action)

Is there any reason LLVMVerifyFunction can't have OutMessage output
argument to allow caller what to do with error message?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150302/d230add8/attachment.html>


More information about the llvm-dev mailing list