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 3b3b6f2 [XRay][Arm] Enable back XRay testing on Arm32 and fix the fai [...] new 79a2f4d Whenever reasonable, merge ASAN quarantine batches to save memory.
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/sanitizer_common/sanitizer_list.h | 11 ++ lib/sanitizer_common/sanitizer_quarantine.h | 142 ++++++++++++---- lib/sanitizer_common/tests/CMakeLists.txt | 1 + lib/sanitizer_common/tests/sanitizer_list_test.cc | 16 ++ .../tests/sanitizer_quarantine_test.cc | 180 +++++++++++++++++++++ .../Linux/thread_local_quarantine_pthread_join.cc | 56 +++++++ .../Linux/thread_local_quarantine_size_kb.cc | 38 ++--- 7 files changed, 397 insertions(+), 47 deletions(-) create mode 100644 lib/sanitizer_common/tests/sanitizer_quarantine_test.cc create mode 100644 test/asan/TestCases/Linux/thread_local_quarantine_pthread_join.cc