mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08: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.