Timothee Cour
2015-Mar-02 18:03 UTC
[LLVMdev] LLVMVerifyFunction with char **OutMessage output argument
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>