[llvm-commits] [PATCH] Keep going after errors in AddressSanitzer

Reid Watson reidw at google.com
Wed Sep 5 19:51:25 PDT 2012


Hi all,

I've attached a couple of patches which add support for ASan to continue
when an error is encountered.  In order to not wreck performance, the
decision to enable this must be made at compile time with -mllvm
-asan-keep-going.  If the option is off (by default) then the instrumented
code will be 100% identical, with no performance change.

Code Review:
LLVM: https://codereview.appspot.com/6492085/
compiler-rt: https://codereview.appspot.com/6493086/

Thanks,
Reid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120905/1d2bcadf/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: keep-going-llvm.patch
Type: application/octet-stream
Size: 1841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120905/1d2bcadf/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: keep-going-compilerrt.patch
Type: application/octet-stream
Size: 8582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120905/1d2bcadf/attachment-0001.obj>


More information about the llvm-commits mailing list