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 1cbbbe677 [compiler-rt] alignment-assumption-blacklist.cpp test apparen [...] new 69c67008e [Sanitizer] Intercept sl_add api on FreeBSD/NetBSD
The 1 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: .../sanitizer_common_interceptors.inc | 54 ++++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 10 ++-- .../sanitizer_platform_limits_freebsd.cc | 2 + .../sanitizer_platform_limits_freebsd.h | 1 + .../sanitizer_platform_limits_netbsd.cc | 2 + .../sanitizer_platform_limits_netbsd.h | 1 + .../TestCases/Posix/getusershell.cc | 1 + test/sanitizer_common/TestCases/Posix/sl_add.cc | 26 +++++++++++ 8 files changed, 92 insertions(+), 5 deletions(-) create mode 100644 test/sanitizer_common/TestCases/Posix/sl_add.cc