[compiler-rt] r201084 - Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.
Hans Wennborg
hans at chromium.org
Mon Mar 3 14:07:37 PST 2014
On Mon, Feb 10, 2014 at 5:34 AM, Evgeniy Stepanov
<eugeni.stepanov at gmail.com> wrote:
> Author: eugenis
> Date: Mon Feb 10 07:34:43 2014
> New Revision: 201084
>
> URL: http://llvm.org/viewvc/llvm-project?rev=201084&view=rev
> Log:
> 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.
>
> Added:
> compiler-rt/trunk/third_party/
> compiler-rt/trunk/third_party/android/
> compiler-rt/trunk/third_party/android/LICENSE.TXT (with props)
> compiler-rt/trunk/third_party/android/README.LLVM
> compiler-rt/trunk/third_party/android/include/
> compiler-rt/trunk/third_party/android/include/sys/
> compiler-rt/trunk/third_party/android/include/sys/ucontext.h (with props)
> compiler-rt/trunk/third_party/android/include/ucontext.h (with props)
> Modified:
> compiler-rt/trunk/CMakeLists.txt
> compiler-rt/trunk/lib/asan/CMakeLists.txt
> compiler-rt/trunk/lib/asan/asan_linux.cc
Does the Makefile need a similar update?
- Hans
More information about the llvm-commits
mailing list