[all-commits] [llvm/llvm-project] 9ef701: [ADT][ConcurrentHashTable] Change thread_local to ...
avl-llvm via All-commits
all-commits at lists.llvm.org
Wed Apr 5 13:17:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ef701318b4590e1fa8bb61906d5957d7b1f6a2f
https://github.com/llvm/llvm-project/commit/9ef701318b4590e1fa8bb61906d5957d7b1f6a2f
Author: Alexey Lapshin <a.v.lapshin at mail.ru>
Date: 2023-04-05 (Wed, 05 Apr 2023)
Changed paths:
M llvm/unittests/ADT/ConcurrentHashtableTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list