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 8b6780e6f MSan, FreeBSD few tests fixes new 84b43a132 Mmap interceptor new option, Write Exec runtime detector new 302ac21ae FreeBSD TSan support update
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/sanitizer_common/sanitizer_common.h | 2 ++ .../sanitizer_common_interceptors.inc | 4 ++++ lib/sanitizer_common/sanitizer_common_libcdep.cc | 26 ++++++++++++++++++++++ lib/sanitizer_common/sanitizer_flags.inc | 3 +++ lib/tsan/rtl/tsan_interceptors.cc | 6 ++--- .../TestCases/Posix/mmap_write_exec.cpp | 12 ++++++++++ 6 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 test/sanitizer_common/TestCases/Posix/mmap_write_exec.cpp