[PATCH] [lsan] Add suppression support.

Sergey Matveev earthdok at google.com
Fri Jun 28 05:10:30 PDT 2013


Hi glider, samsonov,

A naive implementation that symbolizes everything twice. Also,
    suppressions are applied only to the stack trace tail that is reported to
    the user.

http://llvm-reviews.chandlerc.com/D1060

Files:
  lib/lsan/lit_tests/AsanConfig/lit.cfg
  lib/lsan/lit_tests/LsanConfig/lit.cfg
  lib/lsan/lit_tests/TestCases/suppressions_default.cc
  lib/lsan/lit_tests/TestCases/suppressions_file.cc
  lib/lsan/lit_tests/TestCases/suppressions_file.cc.supp
  lib/lsan/lit_tests/lit.common.cfg
  lib/lsan/lsan_common.cc
  lib/lsan/lsan_common.h
  lib/sanitizer_common/sanitizer_suppressions.cc
  lib/sanitizer_common/sanitizer_suppressions.h
  lib/sanitizer_common/tests/sanitizer_suppressions_test.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1060.1.patch
Type: text/x-patch
Size: 15046 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130628/8c2c0c6c/attachment.bin>


More information about the llvm-commits mailing list