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 8ec81ae cfi: Start testing CFI in both standalone and devirtualizatio [...] new f61c4d6 [tsan] Intercept libcxx __release_shared to avoid false posit [...]
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_flags.inc | 2 + lib/tsan/rtl/tsan_interceptors_mac.cc | 46 +++++++++++++++ test/tsan/Darwin/libcxx-shared-ptr-recursive.mm | 36 ++++++++++++ test/tsan/Darwin/libcxx-shared-ptr-stress.mm | 75 +++++++++++++++++++++++++ test/tsan/Darwin/libcxx-shared-ptr.mm | 50 +++++++++++++++++ 5 files changed, 209 insertions(+) create mode 100644 test/tsan/Darwin/libcxx-shared-ptr-recursive.mm create mode 100644 test/tsan/Darwin/libcxx-shared-ptr-stress.mm create mode 100644 test/tsan/Darwin/libcxx-shared-ptr.mm