mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add -print-zero-stats option and use it in ensure_no_astgen.swift
to verify ExportedSourceFileRequest == 0. In release mode only non-zero stats are printed by default now. Fix diagnostic when compiler is built without statistics support.
This commit is contained in:
@@ -522,6 +522,7 @@ createStatsReporter(const llvm::opt::InputArgList *ArgList,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user