Add clang -cc1 parsing for frontend options.

llvm-svn: 89856
This commit is contained in:
Daniel Dunbar
2009-11-25 10:14:52 +00:00
parent 8e72cc4a6e
commit ad2278d74c
2 changed files with 136 additions and 1 deletions

View File

@@ -244,7 +244,7 @@ static void FrontendOptsToArgs(const FrontendOptions &Opts,
if (Opts.ShowMacrosInCodeCompletion)
Res.push_back("-code-completion-macros");
if (Opts.ShowStats)
Res.push_back("-stats");
Res.push_back("-print-stats");
if (Opts.ShowTimers)
Res.push_back("-ftime-report");