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 8b0927fbb [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocator new 602be703d [scudo][NFC] Remove unneeded template from scudo::CombinedAllocator new 99cd89c10 [sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocator
The 2 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_allocator.h | 8 +------- lib/hwasan/hwasan_allocator.h | 3 +-- lib/lsan/lsan_allocator.h | 10 +--------- lib/msan/msan_allocator.cc | 3 +-- lib/sanitizer_common/sanitizer_allocator_combined.h | 15 ++++++--------- lib/sanitizer_common/sanitizer_allocator_internal.h | 7 ++----- lib/sanitizer_common/tests/sanitizer_allocator_test.cc | 14 +++++++------- lib/sanitizer_common/tests/sanitizer_allocator_testlib.cc | 3 +-- lib/scudo/scudo_allocator.h | 8 +++++--- lib/scudo/scudo_allocator_combined.h | 3 ++- lib/tsan/rtl/tsan_rtl.h | 3 +-- 11 files changed, 28 insertions(+), 49 deletions(-)