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 0c2188142 [scudo] Add some logs for Android new b89b5a6ea [libFuzzer] Disable hanging tests on AArch64 new 711b418e4 [MSan] Add functions to enable/disable interceptor checks.
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/msan_interface.h | 8 ++++++ lib/msan/msan_interceptors.cc | 3 +++ lib/msan/msan_interface_internal.h | 6 +++++ test/fuzzer/counters.test | 1 + test/fuzzer/disable-leaks.test | 1 + test/fuzzer/fuzzer-oom.test | 1 + test/msan/scoped-interceptors.cc | 52 ++++++++++++++++++++++++++++++++++++++ 7 files changed, 72 insertions(+) create mode 100644 test/msan/scoped-interceptors.cc