mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Fix LLDB build after renaming the base class for ThreadPool to ThreadPoolInterface
The header was updated but not the implementation.
This commit is contained in:
@@ -2195,7 +2195,7 @@ Status Debugger::RunREPL(LanguageType language, const char *repl_options) {
|
||||
return err;
|
||||
}
|
||||
|
||||
llvm::ThreadPool &Debugger::GetThreadPool() {
|
||||
llvm::ThreadPoolInterface &Debugger::GetThreadPool() {
|
||||
assert(g_thread_pool &&
|
||||
"Debugger::GetThreadPool called before Debugger::Initialize");
|
||||
return *g_thread_pool;
|
||||
|
||||
Reference in New Issue
Block a user