Hi all,<br><br>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.<div>
<br>Code Review:<div>LLVM: <a href="https://codereview.appspot.com/6492085/">https://codereview.appspot.com/6492085/</a></div><div>compiler-rt: <a href="https://codereview.appspot.com/6493086/">https://codereview.appspot.com/6493086/</a><br>
<br>Thanks,<br>Reid</div></div>