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 92f96584f [Sanitizer] Disable arc4random seeding apis on for Non NetBSD [...] new 886014919 [TSan] Enable detection of lock-order-inversions for Objectiv [...]
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_interceptors_mac.cc | 19 +++++++--- test/tsan/Darwin/objc-synchronize-cycle-tagged.mm | 43 ++++++++++++++++++++++ test/tsan/Darwin/objc-synchronize-cycle.mm | 31 ++++++++++++++++ .../Darwin/objc-synchronize-nested-recursive.mm | 35 ++++++++++++++++++ 4 files changed, 123 insertions(+), 5 deletions(-) create mode 100644 test/tsan/Darwin/objc-synchronize-cycle-tagged.mm create mode 100644 test/tsan/Darwin/objc-synchronize-cycle.mm create mode 100644 test/tsan/Darwin/objc-synchronize-nested-recursive.mm