mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -1261,10 +1261,7 @@ static bool performScanDependencies(CompilerInstance &Instance) {
|
||||
else
|
||||
return dependencies::scanDependencies(Instance);
|
||||
} else {
|
||||
if (Instance.getInvocation().getFrontendOptions().ImportPrescan)
|
||||
return dependencies::batchPrescanDependencies(Instance, batchScanInput);
|
||||
else
|
||||
return dependencies::batchScanDependencies(Instance, batchScanInput);
|
||||
return dependencies::batchScanDependencies(Instance, batchScanInput);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user