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 f796648 Revert "[sanitizers] read/write page fault detection on mac." new 8bb1577 [sanitizer] [SystemZ] Implement internal_clone. new 3eab866 [sanitizer] [SystemZ] Add ptrace support bits.
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_syscalls.inc | 4 +- lib/sanitizer_common/sanitizer_linux.h | 2 +- lib/sanitizer_common/sanitizer_linux_s390.cc | 62 ++++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 3 +- .../sanitizer_platform_limits_posix.cc | 9 +++- .../sanitizer_platform_limits_posix.h | 3 +- .../sanitizer_stoptheworld_linux_libcdep.cc | 9 +++- .../sanitizer_symbolizer_libcdep.cc | 4 ++ test/asan/TestCases/Linux/ptrace.cc | 7 +++ test/sanitizer_common/TestCases/Linux/ptrace.cc | 20 +++++++ 10 files changed, 115 insertions(+), 8 deletions(-)