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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits