[PATCH] D35443: Enable 64-bit Darwin LeakSanitizer by default on AddressSanitizer builds

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 16:29:41 PDT 2017


kubamracek added a comment.

Great work on LSan, thank you!

Please wait on enabling this on-by-default until we perform some more testing on our side.

Specifically, we need to make sure we don't get false positives.  Have you tried e.g. running this on apps and programs written in Swift?  Does bootstrap'd LLVM/Clang report no leaks?


https://reviews.llvm.org/D35443





More information about the llvm-commits mailing list