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 a75f0fe6c [compiler-rt][builtins][PowerPC] Implemented __floattitf buil [...] new cb3445f65 [sanitizer_common] Remove support for tirpc/rpc/xdr.h new 64b4c00ae [sanitizer_common] Define __sanitizer_FILE on NetBSD new da0fc92a8 [TSan] Remove ignore_interceptors_accesses flag
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: lib/sanitizer_common/CMakeLists.txt | 1 - .../sanitizer_common_interceptors.inc | 6 +++ lib/sanitizer_common/sanitizer_platform.h | 6 --- .../sanitizer_platform_limits_freebsd.cc | 2 +- .../sanitizer_platform_limits_netbsd.cc | 23 ++++++++ .../sanitizer_platform_limits_netbsd.h | 32 +++++++++++- .../sanitizer_platform_limits_posix.cc | 4 +- lib/tsan/rtl/tsan_flags.inc | 2 - lib/tsan/rtl/tsan_interceptors.cc | 19 +++---- test/tsan/Darwin/ignore-noninstrumented.mm | 5 +- test/tsan/Darwin/ignored-interceptors.mm | 55 ------------------- test/tsan/ignored-interceptors-mmap.cc | 61 +++++++++++----------- 12 files changed, 102 insertions(+), 114 deletions(-) delete mode 100644 test/tsan/Darwin/ignored-interceptors.mm