mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -1122,10 +1122,12 @@ static bool performCompile(CompilerInstance &Instance,
|
||||
if (Action == FrontendOptions::ActionType::Typecheck) {
|
||||
if (emitIndexData(Invocation, Instance))
|
||||
return true;
|
||||
if (emitAnyWholeModulePostTypeCheckSupplementaryOutputs(Instance,
|
||||
Invocation,
|
||||
moduleIsPublic)) {
|
||||
return true;
|
||||
if (opts.InputsAndOutputs.isWholeModule()) {
|
||||
if (emitAnyWholeModulePostTypeCheckSupplementaryOutputs(Instance,
|
||||
Invocation,
|
||||
moduleIsPublic)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user