[PATCH] D59443: Remove the outdated ThreadLocal class in favor of C++ thread_local.
Owen Anderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 13:52:44 PDT 2019
resistor updated this revision to Diff 191169.
resistor added a comment.
Use static
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59443/new/
https://reviews.llvm.org/D59443
Files:
llvm/cmake/config-ix.cmake
llvm/include/llvm/Support/ThreadLocal.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/CrashRecoveryContext.cpp
llvm/lib/Support/ThreadLocal.cpp
llvm/lib/Support/Unix/ThreadLocal.inc
llvm/lib/Support/Windows/ThreadLocal.inc
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/ThreadLocalTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59443.191169.patch
Type: text/x-patch
Size: 15288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190318/b1e1d3fe/attachment.bin>
More information about the llvm-commits
mailing list