File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1256,6 +1256,9 @@ static void performEndOfPipelineActions(CompilerInstance &Instance) {
1256
1256
emitMakeDependenciesIfNeeded (Instance.getDiags (),
1257
1257
Instance.getDependencyTracker (), opts);
1258
1258
1259
+ // Emit information about the parsed primaries.
1260
+ emitSwiftRangesForAllPrimaryInputsIfNeeded (Instance);
1261
+ emitCompiledSourceForAllPrimaryInputsIfNeeded (Instance);
1259
1262
}
1260
1263
1261
1264
// / Performs the compile requested by the user.
@@ -1354,9 +1357,6 @@ static bool performCompile(CompilerInstance &Instance,
1354
1357
if (auto r = dumpASTIfNeeded (Instance))
1355
1358
return *r;
1356
1359
1357
- emitSwiftRangesForAllPrimaryInputsIfNeeded (Instance);
1358
- emitCompiledSourceForAllPrimaryInputsIfNeeded (Instance);
1359
-
1360
1360
if (Context.hadError ())
1361
1361
return true ;
1362
1362
You can’t perform that action at this time.
0 commit comments