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 f3e4c7dde Unbreak linux cfi build new 5cdae84e6 Switch syscall(2)/__syscall(2) calls to libc calls on 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: lib/sanitizer_common/CMakeLists.txt | 1 + lib/sanitizer_common/sanitizer_linux.cc | 74 +++---- lib/sanitizer_common/sanitizer_netbsd.cc | 326 +++++++++++++++++++++++++++++++ lib/tsan/go/buildgo.sh | 1 + 4 files changed, 351 insertions(+), 51 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_netbsd.cc