diff options
author | Russell Gallop <russell.gallop@sony.com> | 2020-01-08 14:48:21 +0000 |
---|---|---|
committer | Russell Gallop <russell.gallop@sony.com> | 2020-01-15 11:15:25 +0000 |
commit | 884a65af5ceebce76519749ed6eb9a86d0596771 (patch) | |
tree | f6795c88b6f57ba3e36d67ec07cab1af001bb8eb /lldb/packages/Python/lldbsuite/test/lock.py | |
parent | 93a4dede3a5ecb110dd7cdfd7faa48e3448844d8 (diff) | |
download | bcm5719-llvm-884a65af5ceebce76519749ed6eb9a86d0596771.tar.gz bcm5719-llvm-884a65af5ceebce76519749ed6eb9a86d0596771.zip |
[Support] Replace Windows __declspec(thread) with thread_local for LLVM_THREAD_LOCAL
Windows minimum host tools version is now VS2017, which supports C++11
thread_local so use this for LLVM_THREAD_LOCAL instead of
declspec(thread). According to [1], thread_local is implemented with
declspec(thread) so this should be NFC.
[1] https://docs.microsoft.com/en-us/cpp/cpp/thread?view=vs-2017
Differential Revision: https://reviews.llvm.org/D72399
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lock.py')
0 files changed, 0 insertions, 0 deletions