Merge remote-tracking branch 'origin/master' into master-rebranch

This commit is contained in:
swift_jenkins
2020-08-24 21:36:02 -07:00
33 changed files with 250 additions and 133 deletions

View File

@@ -1776,7 +1776,8 @@ static bool performCompile(CompilerInvocation &Invok,
<< Invocation.getLangOptions().Target.str() << '\n';
return false;
}
if (Action == FrontendOptions::ActionType::CompileModuleFromInterface)
if (Action == FrontendOptions::ActionType::CompileModuleFromInterface ||
Action == FrontendOptions::ActionType::TypecheckModuleFromInterface)
return buildModuleFromInterface(Instance);
if (Invocation.getInputKind() == InputFileKind::LLVM)