Skip to content

Commit 6542647

Browse files
Merge pull request #79341 from kateinoigakukun/pr-679561469c6c3adc48b347a571a6959536365085
2 parents f8bba96 + d6fef42 commit 6542647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/DependencyScan/ModuleDependencyScanner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class ModuleDependencyScanner {
180180
/// The available pool of workers for filesystem module search
181181
unsigned NumThreads;
182182
std::list<std::unique_ptr<ModuleDependencyScanningWorker>> Workers;
183-
llvm::StdThreadPool ScanningThreadPool;
183+
llvm::DefaultThreadPool ScanningThreadPool;
184184
/// Protect worker access.
185185
std::mutex WorkersLock;
186186
/// Count of filesystem queries performed

0 commit comments

Comments
 (0)