forked from OSchip/llvm-project
parent
00348acace
commit
d6775fa217
|
@ -937,6 +937,7 @@ static void ProcessInputFile(const std::string &InFile,
|
|||
}
|
||||
|
||||
if (Stats) {
|
||||
std::cerr << "\nSTATISTICS FOR '" << InFile << "':\n";
|
||||
PP.PrintStats();
|
||||
PP.getIdentifierTable().PrintStats();
|
||||
HeaderInfo.PrintStats();
|
||||
|
|
Loading…
Reference in New Issue