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 c9e576075 Missing freebsd files. new 11ecbe602 Add new interceptor for strtonum(3) new f0835eb01 Add a new interceptor for fparseln(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 | 50 +++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 2 + test/sanitizer_common/TestCases/NetBSD/fparseln.cc | 25 +++++++++++ test/sanitizer_common/TestCases/NetBSD/strtonum.cc | 52 ++++++++++++++++++++++ 4 files changed, 129 insertions(+) create mode 100644 test/sanitizer_common/TestCases/NetBSD/fparseln.cc create mode 100644 test/sanitizer_common/TestCases/NetBSD/strtonum.cc