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 0096329 [esan] Ensure internal_sigaction() bypasses interceptors new 031c1e4 tsan: rely on AnnotateRWLockCreateStatic to detect linker-ini [...]
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/tsan/rtl/tsan_platform.h | 4 --- lib/tsan/rtl/tsan_platform_linux.cc | 48 ------------------------------------ lib/tsan/rtl/tsan_platform_mac.cc | 4 --- lib/tsan/rtl/tsan_rtl_mutex.cc | 29 +++++++++++----------- test/tsan/mutex_annotations.cc | 49 +++++++++++++++++++++++++++++++++++++ test/tsan/test.h | 25 +++++++++++++++++++ 6 files changed, 89 insertions(+), 70 deletions(-) create mode 100644 test/tsan/mutex_annotations.cc