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:
@@ -1069,7 +1069,6 @@ withSemanticAnalysis(CompilerInstance &Instance, FrontendObserver *observer,
|
||||
static bool performScanDependencies(CompilerInstance &Instance) {
|
||||
auto batchScanInput =
|
||||
Instance.getASTContext().SearchPathOpts.BatchScanInputFilePath;
|
||||
ModuleDependenciesCache SingleUseCache;
|
||||
if (batchScanInput.empty()) {
|
||||
if (Instance.getInvocation().getFrontendOptions().ImportPrescan)
|
||||
return dependencies::prescanDependencies(Instance);
|
||||
|
||||
Reference in New Issue
Block a user