[all-commits] [llvm/llvm-project] e57361: [lldb/Host] Remove TaskPool and replace its uses w...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Apr 22 09:18:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e57361c055d7617ee25cdac8167625000d098ef5
      https://github.com/llvm/llvm-project/commit/e57361c055d7617ee25cdac8167625000d098ef5
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-04-22 (Wed, 22 Apr 2020)

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

  Log Message:
  -----------
  [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




More information about the All-commits mailing list