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 cc599619a [tsan] Don't report bugs from interceptors called from libign [...] new 0a039ecbd [tsan] Ignore memory accesses for libignored modules for "ext [...] new 58a4814ee [tsan] Track external API accesses as 1-byte accesses (instea [...] new 35ad53db3 [tsan] Publish the TSan external API in tsan_interface.h
The 3 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/tsan_interface.h | 15 +++++ lib/tsan/rtl/tsan_external.cc | 19 ++++-- lib/tsan/rtl/tsan_interceptors.cc | 2 +- lib/tsan/rtl/tsan_interceptors.h | 2 + .../tsan/Darwin/external-ignore-noninstrumented.cc | 19 ++++++ test/tsan/Darwin/external-lib.cc | 68 ++++++++++++++++++++++ .../tsan/Darwin/external-noninstrumented-module.cc | 27 +++++++++ test/tsan/Darwin/external.cc | 66 +-------------------- 8 files changed, 148 insertions(+), 70 deletions(-) create mode 100644 test/tsan/Darwin/external-ignore-noninstrumented.cc create mode 100644 test/tsan/Darwin/external-lib.cc create mode 100644 test/tsan/Darwin/external-noninstrumented-module.cc