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 95e0361ed Change another test I missed in r365724 new 642fb7684 Add NetBSD LSan support
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: cmake/config-ix.cmake | 2 +- lib/lsan/lsan_common.h | 6 +- lib/lsan/lsan_common_linux.cc | 7 +- lib/lsan/lsan_linux.cc | 6 +- lib/sanitizer_common/CMakeLists.txt | 1 + lib/sanitizer_common/sanitizer_linux.h | 3 + lib/sanitizer_common/sanitizer_netbsd.cc | 22 +- lib/sanitizer_common/sanitizer_posix.h | 4 + .../sanitizer_stoptheworld_netbsd_libcdep.cc | 356 +++++++++++++++++++++ lib/tsan/go/buildgo.sh | 3 + test/lsan/lit.common.cfg.py | 3 +- 11 files changed, 394 insertions(+), 19 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cc