[llvm-dev] LLVM libraries and custom assertions.

Paul Hancock via llvm-dev llvm-dev at lists.llvm.org
Mon Aug 15 16:19:29 PDT 2016


Is there a simple method for compiling a custom assertion header/call into all the LLVM libraries? I want my application to be able to handle any thrown assertions (ie; as an exception) and recover or crash gracefully. I already have a custom header in place in the application's source, however this doesn't have an effect on [most of] the already compiled lib's.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160815/2b866b51/attachment.html>


More information about the llvm-dev mailing list