[Lldb-commits] [PATCH] D34274: Remove home-grown thread-local storage wrappers

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 16 05:28:38 PDT 2017


labath created this revision.

Use c++11 thread_local variables instead. As far as I am aware, they are
supported by all compilers/targets we care about.


https://reviews.llvm.org/D34274

Files:
  include/lldb/Host/Host.h
  source/Core/Timer.cpp
  source/Host/common/Host.cpp
  source/Host/windows/Host.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34274.102810.patch
Type: text/x-patch
Size: 4926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170616/cc1a0e34/attachment.bin>


More information about the lldb-commits mailing list