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 e378f8791 [scudo] Add a shared runtime new a21db44b4 [Sanitizers] New sanitizer API to purge allocator quarantine. new 328d6584a Revert "[Compiler-rt][MIPS] Fix cross build for XRAY."
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: include/sanitizer/allocator_interface.h | 7 +++++ lib/asan/asan_allocator.cc | 20 +++++++++++++ .../sanitizer_allocator_combined.h | 4 +++ .../sanitizer_allocator_interface.h | 3 ++ .../sanitizer_allocator_primary32.h | 4 +++ .../sanitizer_allocator_primary64.h | 25 +++++++++++----- .../sanitizer_common_interface.inc | 1 + lib/sanitizer_common/sanitizer_quarantine.h | 33 +++++++++++++--------- lib/xray/CMakeLists.txt | 10 ++----- test/asan/TestCases/Linux/release_to_os_test.cc | 18 ++++++++---- 10 files changed, 91 insertions(+), 34 deletions(-)