This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master in repository compiler-rt.
from dd450bfaa [hwasan] Switch to 64 allocator with a dense size class map. new af385a4d0 hwasan: Use system allocator to realloc and free untagged poi [...] new 36ae1e98c hwasan: Implement lazy thread initialization for the intercep [...] new 2f9635ee9 [sanitizer] Reduce stack depot size on Android. new e40da12b5 Disable system-allocator-fallback.cc test on Android O and earlier. new 8535ec19c Bring back the pthread_create interceptor, but only on non-aarch64. new 73778fcc9 Revert "Revert "Switch Android from TLS_SLOT_TSAN(8) to TLS_S [...] new 79d27782a [compiler-rt][Fuchsia] Replace _zx_vmar_allocate_old call
The 7 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/hwasan/hwasan.h | 2 +- lib/hwasan/hwasan_allocator.cc | 41 ++++++++++++++-- lib/hwasan/hwasan_allocator.h | 6 +++ lib/hwasan/hwasan_interceptors.cc | 42 +++++------------ lib/hwasan/hwasan_linux.cc | 8 +++- lib/hwasan/hwasan_new_delete.cc | 2 +- lib/sanitizer_common/sanitizer_fuchsia.cc | 8 ++-- lib/sanitizer_common/sanitizer_linux.h | 10 ++-- lib/sanitizer_common/sanitizer_stackdepot.cc | 2 +- lib/sanitizer_common/sanitizer_stackdepot.h | 2 +- .../TestCases/Posix/system-allocator-fallback.cc | 54 ++++++++++++++++++++++ test/hwasan/lit.cfg | 6 ++- test/lit.common.cfg | 2 + 13 files changed, 136 insertions(+), 49 deletions(-) create mode 100644 test/hwasan/TestCases/Posix/system-allocator-fallback.cc