зеркало из https://github.com/microsoft/clang.git
Always print out SourceManager stats with 'Stats' is true. This revealed that PTH always pulls in the source pages with -fsyntax-only (investigating further).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
f8d49f64ef
Коммит
1b95a6546d
|
@ -1409,8 +1409,7 @@ static void ProcessInputFile(Preprocessor &PP, PreprocessorFactory &PPF,
|
|||
PP.PrintStats();
|
||||
PP.getIdentifierTable().PrintStats();
|
||||
PP.getHeaderSearchInfo().PrintStats();
|
||||
if (ClearSourceMgr)
|
||||
PP.getSourceManager().PrintStats();
|
||||
PP.getSourceManager().PrintStats();
|
||||
fprintf(stderr, "\n");
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче