[PATCH] D32191: Enable lsan test suite for darwin x86-64
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 20 14:38:20 PDT 2017
kubamracek added inline comments.
================
Comment at: test/asan/lit.cfg:44-45
+ # tests to prevent regressions
+ if config.target_arch == 'x86_64':
+ default_asan_opts += ':detect_leaks=1'
elif config.android:
----------------
Does the ASan test suite pass with that? Specifically, the tests in `Testcases/Darwin/`?
https://reviews.llvm.org/D32191
More information about the llvm-commits
mailing list