forked from OSchip/llvm-project
6db97e82a4
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 |
||
---|---|---|
.. | ||
include | ||
LICENSE.TXT | ||
README.LLVM |
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.