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

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 15:38:30 PDT 2017


fjricci added a comment.

I ran bootstrapped check-clang with -fsanitize=address and this patch, all tests passed. (Verified that it was running LSan as well by making sure tests failed with a CHECK(0) in DoLeakCheck()).

Unfortunately, I don't think it's currently possible to run this on swift. Darwin LSan requires clang-5, and the master-next branch does not currently build due to some KPs with debug info.


https://reviews.llvm.org/D35443





More information about the llvm-commits mailing list