[PATCH] D132455: [ADT] add ConcurrentHashtable class.

Sean via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 10:59:56 PDT 2023


SeanP added a comment.

Alexey, not all platforms support thread local storage.  Can you wrap the tests up in

  #ifdef LLVM_ENABLE_THREADS
  
  #else
  
  #endif

You should also use `LLVM_THREAD_LOCAL` instead of using `thread_local`.

Thanks


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132455/new/

https://reviews.llvm.org/D132455



More information about the llvm-commits mailing list