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 48fc69a62 Remove unused empty arm64 directory new c8fae517a Add new interceptor for regex(3) in NetBSD new 67639f9cc Add interceptors for the fts(3) API family 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 | 163 +++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 2 + .../sanitizer_platform_limits_netbsd.cc | 4 + .../sanitizer_platform_limits_netbsd.h | 10 ++ test/sanitizer_common/TestCases/NetBSD/fts.cc | 40 +++++ test/sanitizer_common/TestCases/NetBSD/regex.cc | 101 +++++++++++++ 6 files changed, 320 insertions(+) create mode 100644 test/sanitizer_common/TestCases/NetBSD/fts.cc create mode 100644 test/sanitizer_common/TestCases/NetBSD/regex.cc