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 fcc6038 [esan] Fix isShadowMem endpoint bug new 41a8ddb [tsan] Ensure mmap respects ignore_interceptors_accesses new 70d33ed [sanitizer] Move *fstat to the common interceptors
The 2 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/asan/asan_interceptors.cc | 3 + lib/msan/msan_interceptors.cc | 65 +------------ .../sanitizer_common_interceptors.inc | 108 ++++++++++++++++++++- .../sanitizer_platform_interceptors.h | 6 ++ lib/tsan/rtl/tsan_interceptors.cc | 66 ++----------- test/tsan/ignored-interceptors-mmap.cc | 61 ++++++++++++ 6 files changed, 189 insertions(+), 120 deletions(-) create mode 100644 test/tsan/ignored-interceptors-mmap.cc