mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Make emit-syntax perform parse only (#11371)
This commit is contained in:
@@ -583,6 +583,7 @@ static bool performCompile(CompilerInstance &Instance,
|
||||
|
||||
if (Action == FrontendOptions::Parse ||
|
||||
Action == FrontendOptions::DumpParse ||
|
||||
Action == FrontendOptions::EmitSyntax ||
|
||||
Action == FrontendOptions::DumpInterfaceHash ||
|
||||
Action == FrontendOptions::EmitImportedModules)
|
||||
Instance.performParseOnly();
|
||||
|
||||
Reference in New Issue
Block a user