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 093a9f1fc [asan] Fix asan_device_setup --use-su mode on Android 7.x. new 26482612a Refactor MemoryMappingLayout::Next to use a single struct ins [...]
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/asan_errors.cc | 7 +- lib/asan/asan_linux.cc | 6 +- lib/esan/working_set.cpp | 19 ++--- lib/lsan/lsan_common.cc | 12 ++- lib/lsan/lsan_common.h | 2 +- lib/lsan/lsan_common_mac.cc | 2 +- lib/sanitizer_common/sanitizer_linux.cc | 10 +-- lib/sanitizer_common/sanitizer_linux_libcdep.cc | 19 ++--- lib/sanitizer_common/sanitizer_posix.cc | 35 +++++---- lib/sanitizer_common/sanitizer_procmaps.h | 43 +++++++---- lib/sanitizer_common/sanitizer_procmaps_common.cc | 14 ++-- lib/sanitizer_common/sanitizer_procmaps_freebsd.cc | 33 +++----- lib/sanitizer_common/sanitizer_procmaps_linux.cc | 38 +++------- lib/sanitizer_common/sanitizer_procmaps_mac.cc | 88 ++++++++-------------- lib/tsan/dd/dd_interceptors.cc | 19 +++-- lib/tsan/rtl/tsan_platform_linux.cc | 16 ++-- lib/tsan/rtl/tsan_platform_posix.cc | 18 ++--- 17 files changed, 165 insertions(+), 216 deletions(-)