[PATCH] D147649: [Reland][ADT][ConcurrentHashTable] adapt ConcurrentHashTable and its users to LLVM_ENABLE_THREADS=0 mode.

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 6 05:25:08 PDT 2023


avl requested review of this revision.
avl added a comment.

Original patch broke buildbots with memory leak. This new version removes usages of shared_local variables and adds checks for LLVM_ENABLE_THREADS


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147649



More information about the llvm-commits mailing list