Revert "Remove the ThreadLocal template from LLVM."
authorOwen Anderson <resistor@mac.com>
Tue, 10 Jan 2023 04:21:38 +0000 (21:21 -0700)
committerOwen Anderson <resistor@mac.com>
Tue, 10 Jan 2023 04:21:38 +0000 (21:21 -0700)
commitef9aa34f0274cdbfa82c47f8ab99f02679fd0d13
tree052f965e5bd0063843069e956661451e5d1112e8
parent9a6e84fd2152340d5e38f0b96568a477cbc32aec
Revert "Remove the ThreadLocal template from LLVM."

This reverts commit 54d78b639b9c18b42abd4fac5c6e76105f06b3ef.
clang-tools-extra/clangd/support/ThreadCrashReporter.cpp
llvm/include/llvm/Support/ThreadLocal.h [new file with mode: 0644]
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/CrashRecoveryContext.cpp
llvm/lib/Support/ThreadLocal.cpp [new file with mode: 0644]
llvm/lib/Support/Unix/ThreadLocal.inc [new file with mode: 0644]
llvm/lib/Support/Windows/ThreadLocal.inc [new file with mode: 0644]
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/ThreadLocalTest.cpp [new file with mode: 0644]
mlir/include/mlir/Support/ThreadLocalCache.h