This is an archive of the discontinued LLVM Phabricator instance.

Define a suppression for known leaks on pthread_exit call.
ClosedPublic

Authored by alekseyshl on Apr 20 2017, 11:02 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

alekseyshl created this revision.Apr 20 2017, 11:02 AM
eugenis added inline comments.Apr 20 2017, 11:10 AM
lib/lsan/lsan_common.cc
854 ↗(On Diff #95985)

This way the suppression is lost when the user overrides __lsan_default_suppressions, which is exactly what it is for.

alekseyshl updated this revision to Diff 96007.Apr 20 2017, 1:35 PM
  • Define standard suppressions for LSan, start with this one.
alekseyshl marked an inline comment as done.Apr 20 2017, 1:36 PM
eugenis accepted this revision.Apr 20 2017, 1:58 PM

LGTM

This revision is now accepted and ready to land.Apr 20 2017, 1:58 PM
This revision was automatically updated to reflect the committed changes.