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 55dee3e7a sanitizer_common: Try looking up symbols with RTLD_DEFAULT if [...] new 8357d02f2 [asan] Use dynamic shadow on 32-bit Android.
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 | 32 +++++++++- lib/asan/asan_mapping.h | 8 ++- lib/asan/asan_premap_shadow.cc | 69 ++++++++++++++++++++++ .../{asan_activation.h => asan_premap_shadow.h} | 21 ++++--- lib/sanitizer_common/sanitizer_common.h | 1 + lib/sanitizer_common/sanitizer_flags.h | 4 +- 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, 155 insertions(+), 18 deletions(-) create mode 100644 lib/asan/asan_premap_shadow.cc copy lib/asan/{asan_activation.h => asan_premap_shadow.h} (57%)