diff options
author | Owen Anderson <resistor@mac.com> | 2023-01-09 20:48:20 -0700 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2023-01-09 21:12:27 -0700 |
commit | 54d78b639b9c18b42abd4fac5c6e76105f06b3ef (patch) | |
tree | 60155965300eeb5d860d4a6eac0e644689da4a7e /lldb/source/Commands/CommandObjectSettings.cpp | |
parent | 8d92a8226eb71f0199f4cc83b961bf5440a1e503 (diff) | |
download | llvm-54d78b639b9c18b42abd4fac5c6e76105f06b3ef.zip llvm-54d78b639b9c18b42abd4fac5c6e76105f06b3ef.tar.gz llvm-54d78b639b9c18b42abd4fac5c6e76105f06b3ef.tar.bz2 |
Remove the ThreadLocal template from LLVM.
This has been obsoleted by C++ thread_local for a long time.
As far as I know, Xcode was the last supported toolchain to add
support for C++ thread_local in 2016.
As a precaution, use LLVM_THREAD_LOCAL which provides even greater
backwards compatibility, allowing this to function even pre-C++11
versions of GCC.
Reviewed By: majnemer
Differential Revision: https://reviews.llvm.org/D141347
Diffstat (limited to 'lldb/source/Commands/CommandObjectSettings.cpp')
0 files changed, 0 insertions, 0 deletions