[ADT][ConcurrentHashTable] Change thread_local to LLVM_THREAD_LOCAL inside unit test.
authorAlexey Lapshin <a.v.lapshin@mail.ru>
Wed, 5 Apr 2023 18:45:00 +0000 (20:45 +0200)
committerAlexey Lapshin <a.v.lapshin@mail.ru>
Wed, 5 Apr 2023 20:15:51 +0000 (22:15 +0200)
commit9ef701318b4590e1fa8bb61906d5957d7b1f6a2f
tree9469bd0b4ab9309c6c574af3461889dad054094d
parentf5459fc03120a03040c8f2f41d5a28bea79ecf75
[ADT][ConcurrentHashTable] Change thread_local to LLVM_THREAD_LOCAL inside unit test.

Not all platform support C++11 thread_local. Use portable
LLVM_THREAD_LOCAL macro instead.

Differential Revision: https://reviews.llvm.org/D147649
llvm/unittests/ADT/ConcurrentHashtableTest.cpp