We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a269fa commit 0bba5f7Copy full SHA for 0bba5f7
lldb/source/Target/Target.cpp
@@ -1631,7 +1631,7 @@ void Target::SetExecutableModule(ModuleSP &executable_sp,
1631
std::lock_guard<std::mutex> guard(dependent_files_mutex);
1632
for (; i < dependent_files.GetSize(); i++)
1633
task_group.async(GetDependentModules,
1634
- dependent_files.GetFileSpecAtIndex(i));
+ dependent_files.GetFileSpecAtIndex(i));
1635
}
1636
task_group.wait();
1637
0 commit comments