[PATCH] D32191: Enable lsan by default on 64-bit darwin, and enable lsan test suite

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 13:59:18 PDT 2017


alekseyshl added inline comments.


================
Comment at: test/lsan/lit.common.cfg:78
 
+# LeakSanitizer tests are supported on 64-bit Darwin
+if config.host_os is 'Darwin' and config.target_arch is 'x86_64':
----------------
I think it would be more sustainable to come up with the readable way to merge both Linux (line 71) and Darwin conditions into one.


https://reviews.llvm.org/D32191





More information about the llvm-commits mailing list