[PATCH] D29994: Use pthreads for thread-local lsan allocator cache on darwin
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 20:51:55 PST 2017
fjricci added a comment.
In https://reviews.llvm.org/D29994#679588, @kubamracek wrote:
> In https://reviews.llvm.org/D29994#679582, @fjricci wrote:
>
> > Thanks for taking the time to review! This should fix the last of the build failures, currently working on a patch to enable builds by default but disable actually running it.
>
>
> Okay. It should be enough to exclude "check-lsan" from "check-all", but still keep "check-lsan" so that we can run the tests manually. Look for `add_lit_testsuite` and `EXCLUDE_FROM_ALL`.
We'll also need to change the default in asan, since asan enables lsan by default currently.
Repository:
rL LLVM
https://reviews.llvm.org/D29994
More information about the llvm-commits
mailing list