[PATCH] D35432: Only scan global sections containing data in LSan on darwin

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 10:38:37 PDT 2017


fjricci requested review of this revision.
fjricci added a comment.

This had to be reverted due to a masking error in its dependency which caused failures on 10.11 buildbots. Since it got reverted anyway, I took the opportunity to look into some false positives in swift, and found that they were caused by this patch. In order to prevent false positives, this now uses a blacklist of sections which definitely do not store pointers instead of a whitelist of sections which do (to avoid missing sections). Would appreciate a re-review.


https://reviews.llvm.org/D35432





More information about the llvm-commits mailing list