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 71553eb50 Add new interceptors for vis(3) API in NetBSD new 429bc2d51 Add a new interceptors for cdbr(3) and cdbw(3) API from 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 | 184 +++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 1 + .../sanitizer_platform_limits_netbsd.h | 35 ++++ test/sanitizer_common/TestCases/NetBSD/cdb.cc | 134 +++++++++++++++ 4 files changed, 354 insertions(+) create mode 100644 test/sanitizer_common/TestCases/NetBSD/cdb.cc