This is an archive of the discontinued LLVM Phabricator instance.

[lsan] Add suppression support.
ClosedPublic

Authored by earthdok on Jun 28 2013, 5:10 AM.

Details

Reviewers
glider
samsonov
Summary

A naive implementation that symbolizes everything twice. Also,

suppressions are applied only to the stack trace tail that is reported to
the user.

Diff Detail

Event Timeline

glider accepted this revision.Jun 28 2013, 7:04 AM

LGTM with a nit.

lib/lsan/lsan_common.cc
43

Please add spaces around "="

earthdok closed this revision.Dec 5 2014, 9:41 AM