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 1a2736caa [sanitizer] Add lit.local.cfg for FreeBSD new 27af3db52 Add interceptors for the sha1(3) from NetBSD new 8f77a2e89 Add interceptors for the md4(3) from NetBSD
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: .../sanitizer_common_interceptors.inc | 172 +++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 2 + .../sanitizer_platform_limits_netbsd.cc | 6 + .../sanitizer_platform_limits_netbsd.h | 6 + test/sanitizer_common/TestCases/NetBSD/md4.cc | 114 ++++++++++++++ test/sanitizer_common/TestCases/NetBSD/sha1.cc | 171 ++++++++++++++++++++ 6 files changed, 471 insertions(+) create mode 100644 test/sanitizer_common/TestCases/NetBSD/md4.cc create mode 100644 test/sanitizer_common/TestCases/NetBSD/sha1.cc