This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 7a9c646ba [sanitizer] New attempt at using runtime checks for Android logging new 44a36ad2c [asan] Use dynamic shadow on 32-bit Android, try 2.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/asan/CMakeLists.txt | 1 + lib/asan/asan_init_version.h | 7 ++ lib/asan/asan_linux.cc | 47 ++++++++++++- lib/asan/asan_mapping.h | 8 ++- lib/asan/asan_premap_shadow.cc | 79 ++++++++++++++++++++++ .../{asan_activation.h => asan_premap_shadow.h} | 23 ++++--- lib/asan/asan_shadow_setup.cc | 8 ++- lib/sanitizer_common/sanitizer_common.h | 1 + lib/sanitizer_common/sanitizer_fuchsia.cc | 4 ++ lib/sanitizer_common/sanitizer_linux.cc | 18 +++-- lib/sanitizer_common/sanitizer_mac.cc | 4 ++ lib/sanitizer_common/sanitizer_win.cc | 4 ++ 12 files changed, 185 insertions(+), 19 deletions(-) create mode 100644 lib/asan/asan_premap_shadow.cc copy lib/asan/{asan_activation.h => asan_premap_shadow.h} (51%)