This is an archive of the discontinued LLVM Phabricator instance.

[lsan] When necessary, define LSan suppression for tls_get_addr.
ClosedPublic

Authored by alekseyshl on Apr 26 2017, 10:20 AM.

Details

Summary

Generalize already defined LSan suppression for the leak on
tls_get_addr, some envs do not have the entire call stack symbolized,
so we have to be less specific.

Diff Detail

Repository
rL LLVM

Event Timeline

alekseyshl created this revision.Apr 26 2017, 10:20 AM
This revision was automatically updated to reflect the committed changes.