[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
Fri Feb 17 06:51:58 PST 2017


fjricci reopened this revision.
fjricci added a comment.
This revision is now accepted and ready to land.

This patch causes a build failure on one test on linux, and I'm having trouble figuring out why. It appears that the test error is fixed by simply moving the definition of GetAllocatorCache() from lsan_common_linux.cc to lsan_allocator.cc. Not sure why this would change the behavior of the test, but investigating now. In the meantime, I reverted the patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D29994





More information about the llvm-commits mailing list