[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
Loading
Please sign in to comment