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 282a874c3 [libFuzzer] deprecate equivalence_server new 60f798d66 [asan] Workaround to avoid hangs in Chromium tests new 3041124b6 [sanitizer] Intercept __pthread_mutex_lock and __pthread_mute [...]
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: .../sanitizer_common_interceptors.inc | 20 +++++++++++++ .../sanitizer_platform_interceptors.h | 1 + .../sanitizer_stoptheworld_linux_libcdep.cc | 6 ++-- .../TestCases/Linux/pthread_mutex.cc | 34 ++++++++++++++++++++++ 4 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 test/sanitizer_common/TestCases/Linux/pthread_mutex.cc