[PATCH] D64057: Add NetBSD LSan support

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 01:52:44 PDT 2019


krytarowski updated this revision to Diff 208896.
krytarowski retitled this revision from "Add NetBSD/amd64 LSan support" to "Add NetBSD LSan support".
krytarowski added a comment.
Herald added a reviewer: jfb.
Herald added a subscriber: jfb.

- switch the protype of internal_ptrace() to the one matching NetBSD
- move the stop-the-world implementation for NetBSD into a separate file
- minor changes


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64057/new/

https://reviews.llvm.org/D64057

Files:
  cmake/config-ix.cmake
  lib/lsan/lsan_common.h
  lib/lsan/lsan_common_linux.cc
  lib/lsan/lsan_linux.cc
  lib/sanitizer_common/CMakeLists.txt
  lib/sanitizer_common/sanitizer_linux.h
  lib/sanitizer_common/sanitizer_netbsd.cc
  lib/sanitizer_common/sanitizer_posix.h
  lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cc
  lib/tsan/go/buildgo.sh
  test/lsan/lit.common.cfg.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64057.208896.patch
Type: text/x-patch
Size: 19805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190710/d3281736/attachment.bin>


More information about the llvm-commits mailing list