[PATCH] D12318: [ASan] Enable optional ASan recovery

Yury Gribov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 09:02:57 PST 2015


ygribov removed rL LLVM as the repository for this revision.
ygribov updated this revision to Diff 38931.
ygribov added a comment.

I've addressed the remarks from previous review except the one for halt_on_error (we want separate halt_on_error for ASan and UBSan). The llvm and clang parts of the patch will be submitted for review separately per Kostya's request.


http://reviews.llvm.org/D12318

Files:
  lib/asan/asan_flags.inc
  lib/asan/asan_interceptors.cc
  lib/asan/asan_interface_internal.h
  lib/asan/asan_report.cc
  lib/asan/asan_report.h
  lib/asan/asan_rtl.cc
  test/asan/TestCases/Darwin/interface_symbols_darwin.c
  test/asan/TestCases/Linux/halt_on_error-torture.cc
  test/asan/TestCases/Linux/interface_symbols_linux.c
  test/asan/TestCases/halt_on_error-1.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12318.38931.patch
Type: text/x-patch
Size: 26916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151102/4a5c15f2/attachment-0001.bin>


More information about the llvm-commits mailing list