mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 01:56:04 +00:00

The base class llvm::ThreadPoolInterface will be renamed llvm::ThreadPool in a subsequent commit. This is a breaking change: clients who use to create a ThreadPool must now create a DefaultThreadPool instead.