[Lldb-commits] [PATCH] D78337: [lldb/Host] Remove TaskPool and replace its uses with llvm::ThreadPool

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 16 16:43:46 PDT 2020


JDevlieghere created this revision.
JDevlieghere added a reviewer: LLDB.
Herald added subscribers: jfb, arphaman, mgorny.

No need to roll our own implementation for something that's covered by llvm.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D78337

Files:
  lldb/include/lldb/Host/TaskPool.h
  lldb/include/lldb/module.modulemap
  lldb/source/Host/CMakeLists.txt
  lldb/source/Host/common/TaskPool.cpp
  lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  lldb/unittests/Host/CMakeLists.txt
  lldb/unittests/Host/TaskPoolTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78337.258200.patch
Type: text/x-patch
Size: 12855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200416/29805032/attachment.bin>


More information about the lldb-commits mailing list