Skip to content

Commit 244bc70

Browse files
committed
Fix build after rebase
1 parent c158665 commit 244bc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/LTO/ThinLTOCodeGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ void ThinLTOCodeGenerator::run() {
18451845

18461846
// Parallel optimizer + codegen
18471847
{
1848-
ThreadPool Pool(heavyweight_hardware_concurrency(ThreadCount));
1848+
DefaultThreadPool Pool(heavyweight_hardware_concurrency(ThreadCount));
18491849
for (auto count : ModulesOrdering) {
18501850
auto ModuleEntryPath = Infos[count].Entry->getEntryPath();
18511851
Pool.async([&, count, ModuleEntryPath, GetCancelTok] {

0 commit comments

Comments
 (0)