summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lock.py
diff options
context:
space:
mode:
authorRussell Gallop <russell.gallop@sony.com>2020-01-08 14:48:21 +0000
committerRussell Gallop <russell.gallop@sony.com>2020-01-15 11:15:25 +0000
commit884a65af5ceebce76519749ed6eb9a86d0596771 (patch)
treef6795c88b6f57ba3e36d67ec07cab1af001bb8eb /lldb/packages/Python/lldbsuite/test/lock.py
parent93a4dede3a5ecb110dd7cdfd7faa48e3448844d8 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud