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:
@@ -1802,7 +1802,7 @@ int swift::performFrontend(ArrayRef<const char *> Args,
|
||||
// Install stats-reporter somewhere visible for subsystems that
|
||||
// need to bump counters as they work, rather than measure
|
||||
// accumulated work on completion (mostly: TypeChecker).
|
||||
Instance->getASTContext().Stats = StatsReporter.get();
|
||||
Instance->getASTContext().setStatsReporter(StatsReporter.get());
|
||||
}
|
||||
|
||||
// The compiler instance has been configured; notify our observer.
|
||||
|
||||
Reference in New Issue
Block a user