mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into master-rebranch
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user