[PATCH] D31291: Use pthreads for thread-local lsan allocator cache on darwin

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 09:25:32 PDT 2017


fjricci created this revision.

This patch allows us to move away from using __thread on darwin,
which is requiring for building lsan for darwin on ios version 7
and on iossim i386.


https://reviews.llvm.org/D31291

Files:
  lib/lsan/lsan_allocator.cc
  lib/lsan/lsan_allocator.h
  lib/lsan/lsan_common_linux.cc
  lib/lsan/lsan_common_mac.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31291.92820.patch
Type: text/x-patch
Size: 5940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170323/e250a727/attachment.bin>


More information about the llvm-commits mailing list