[Lldb-commits] [PATCH] D16722: Remove Timer::Initialize routine
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 29 08:35:19 PST 2016
zturner added inline comments.
================
Comment at: source/Core/Timer.cpp:68
@@ -64,1 +67,3 @@
{
+ static lldb::thread_key_t g_key = Host::ThreadLocalStorageCreate(ThreadSpecificCleanup);
+
----------------
What did we decide about the C++11 `thread_local` keyword? I know it's been blocked on MSVC compiler support, but now that we're basically up to VS2015 on Windows...
http://reviews.llvm.org/D16722
More information about the lldb-commits
mailing list