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 f2983bc47 [libFuzzer] Increase timeouts on fork tests and skip one on aarch64 new b51c88520 [scudo][standalone] Introduce the Quarantine
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/scudo/standalone/CMakeLists.txt | 1 + lib/scudo/standalone/mutex.h | 1 + lib/scudo/standalone/quarantine.h | 291 ++++++++++++++++++++++++++ lib/scudo/standalone/tests/CMakeLists.txt | 1 + lib/scudo/standalone/tests/quarantine_test.cc | 240 +++++++++++++++++++++ 5 files changed, 534 insertions(+) create mode 100644 lib/scudo/standalone/quarantine.h create mode 100644 lib/scudo/standalone/tests/quarantine_test.cc