[PATCH] D12318: [ASan] Enable optional ASan recovery
Yury Gribov via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 04:37:19 PDT 2015
ygribov updated this revision to Diff 33570.
ygribov added a comment.
Updated based on review. I haven't yet made torture test generic because I'm yet to test this patch on Mac (I plan to do this for next iteration).
Repository:
rL LLVM
http://reviews.llvm.org/D12318
Files:
docs/UsersManual.rst
include/llvm/Transforms/Instrumentation.h
lib/CodeGen/BackendUtil.cpp
lib/Driver/SanitizerArgs.cpp
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/asan/asan_flags.inc
lib/asan/asan_interceptors.cc
lib/asan/asan_interface_internal.h
lib/asan/asan_internal.h
lib/asan/asan_report.cc
lib/asan/asan_report.h
lib/asan/asan_rtl.cc
test/Driver/fsanitize.c
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.33570.patch
Type: text/x-patch
Size: 44841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150831/86cb996d/attachment.bin>
More information about the llvm-commits
mailing list