[PATCH] Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.
Evgeniy Stepanov
eugenis at google.com
Mon Feb 10 03:30:59 PST 2014
Hi kcc, glider, samsonov,
This change enables ASan SEGV handler by default on Android (as is already done on other platforms).
It also enables AddressSanitizer.WildAddressAccess on Android, which now passes.
http://llvm-reviews.chandlerc.com/D2729
Files:
third_party/android/LICENSE.TXT
third_party/android/include/sys/ucontext.h
third_party/android/include/ucontext.h
third_party/android/README.LLVM
lib/asan/tests/CMakeLists.txt
lib/asan/asan_linux.cc
lib/asan/CMakeLists.txt
lib/sanitizer_common/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2729.1.patch
Type: text/x-patch
Size: 11551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140210/f998e0f2/attachment.bin>
More information about the llvm-commits
mailing list