mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
FineModuleTracing: only collect fine-grained tracing for those source files that compiler promises to type check.
rdar://141065994
This commit is contained in:
@@ -1001,7 +1001,7 @@ static void performEndOfPipelineActions(CompilerInstance &Instance) {
|
||||
Instance.getMainModule(), Instance.getDependencyTracker(), opts);
|
||||
|
||||
dumpAPIIfNeeded(Instance);
|
||||
swift::emitFineModuleTraceIfNeeded(Instance.getMainModule(), opts);
|
||||
swift::emitFineModuleTraceIfNeeded(Instance, opts);
|
||||
}
|
||||
|
||||
// Contains the hadError checks internally, we still want to output the
|
||||
|
||||
Reference in New Issue
Block a user