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-next
This commit is contained in:
@@ -998,7 +998,7 @@ static bool performCompile(CompilerInstance &Instance,
|
||||
if (writeTBDIfNeeded(Invocation, Instance))
|
||||
return true;
|
||||
|
||||
assert(Action >= FrontendOptions::ActionType::EmitSILGen &&
|
||||
assert(FrontendOptions::doesActionGenerateSIL(Action) &&
|
||||
"All actions not requiring SILGen must have been handled!");
|
||||
|
||||
std::deque<PostSILGenInputs> PSGIs = generateSILModules(Invocation, Instance);
|
||||
|
||||
Reference in New Issue
Block a user