llvm-project/compiler-rt/third_party/android
Evgeniy Stepanov 6db97e82a4 Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.
This change adds a copy of <ucontext.h> for Android found in google-breakpad
that is missing from the official NDK.
ASan SEGV handler is still disabled by default and can be enabled with
ASAN_OPTIONS=handle_segv.

llvm-svn: 201084
2014-02-10 13:34:43 +00:00
..
include Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler. 2014-02-10 13:34:43 +00:00
LICENSE.TXT Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler. 2014-02-10 13:34:43 +00:00
README.LLVM Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler. 2014-02-10 13:34:43 +00:00

README.LLVM

LLVM notes
----------

This directory contains Android header ucontext.h missing from the NDK.
This version of the header was copied from google-breakpad at r1279.
No local changes.