[PATCH] D40349: [LSan] New experimental flag for background leak checking before exit.

Michail Kashkarov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 04:30:27 PDT 2018


m.kashkarov updated this revision to Diff 140758.
m.kashkarov marked an inline comment as done.
m.kashkarov added a comment.

Back to this feature, draft with signals impl.


https://reviews.llvm.org/D40349

Files:
  lib/asan/asan_rtl.cc
  lib/lsan/lsan.cc
  lib/lsan/lsan_common.cc
  lib/lsan/lsan_common.h
  lib/lsan/lsan_common_linux.cc
  lib/lsan/lsan_common_mac.cc
  lib/sanitizer_common/sanitizer_common.h
  lib/sanitizer_common/sanitizer_common_libcdep.cc
  lib/sanitizer_common/sanitizer_file.cc
  lib/sanitizer_common/sanitizer_file.h
  lib/sanitizer_common/sanitizer_flags.inc
  lib/sanitizer_common/sanitizer_linux.cc
  lib/sanitizer_common/sanitizer_posix.cc
  test/lsan/TestCases/Linux/leak_check_interval.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40349.140758.patch
Type: text/x-patch
Size: 11571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180403/996b01b1/attachment.bin>


More information about the llvm-commits mailing list