OSDN Git Service

[lldb/Host] Remove TaskPool and replace its uses with llvm::ThreadPool
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 22 Apr 2020 15:48:31 +0000 (08:48 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 22 Apr 2020 16:17:49 +0000 (09:17 -0700)
commite57361c055d7617ee25cdac8167625000d098ef5
treea9b29916a4e8b7c23061722b136a858a5d073840
parent68a27587c2acb9b8772d75e552adcc22836844c2
[lldb/Host] Remove TaskPool and replace its uses with llvm::ThreadPool

Remove LLDB's TaskPool and replace its uses with LLVM's ThreadPool.

Differential revision: https://reviews.llvm.org/D78337
lldb/include/lldb/Host/TaskPool.h [deleted file]
lldb/include/lldb/module.modulemap
lldb/source/Host/CMakeLists.txt
lldb/source/Host/common/TaskPool.cpp [deleted file]
lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
lldb/unittests/Host/CMakeLists.txt
lldb/unittests/Host/TaskPoolTest.cpp [deleted file]