This is an archive of the discontinued LLVM Phabricator instance.

Implement global pointer scanning for darwin leak sanitizer
ClosedPublic

Authored by fjricci on Apr 13 2017, 7:26 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

fjricci created this revision.Apr 13 2017, 7:26 AM
alekseyshl accepted this revision.Apr 13 2017, 11:11 AM
This revision is now accepted and ready to land.Apr 13 2017, 11:11 AM

Thanks for all the reviews - there are roughly 15 patches left to go in my implementation, and then things should quiet down greatly.

fjricci updated this revision to Diff 95177.Apr 13 2017, 11:39 AM

Refactor to eliminate duplicated code between darwin and linux

Didn't originally think to do this.

kubamracek accepted this revision.Apr 13 2017, 11:45 AM
kubamracek added inline comments.
lib/lsan/lsan_common_mac.cc
108–109 ↗(On Diff #95177)

Is this clang-format'd?

fjricci added inline comments.Apr 13 2017, 11:46 AM
lib/lsan/lsan_common_mac.cc
108–109 ↗(On Diff #95177)

I'm not sure - I'll re-run before I merge.

This revision was automatically updated to reflect the committed changes.