[llvm-commits] [PATCH] Make LLVM assertions configurable
Patrick Walton
pwalton at mozilla.com
Fri Jun 11 15:33:34 PDT 2010
Hi,
I've created a patch against the latest svn head that makes assertions
call a user-definable LLVMDie() handler, instead of abort(3). This makes
bindings able to turn them into exceptions, which is the subject of the
next patch :)
Thanks,
Patrick
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: llvm-pcwalton-configurable-assertions.diff
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100611/63466404/attachment.ksh>
More information about the llvm-commits
mailing list