commit | eb01ac82901a9fd8f64d387395af42165556b767 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Wed Nov 25 10:14:52 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Wed Nov 25 10:14:52 2009 +0000 |
tree | 5405c62c19e2188600024ecd0c5f21f15c21d3da | |
parent | 6453f72b8d2ecd85eaef3bf3184fc6db0da5525d [diff] [blame] |
Add clang -cc1 parsing for frontend options. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89856 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Frontend/CompilerInvocation.cpp b/lib/Frontend/CompilerInvocation.cpp index 9d55a8e..73593f6 100644 --- a/lib/Frontend/CompilerInvocation.cpp +++ b/lib/Frontend/CompilerInvocation.cpp
@@ -244,7 +244,7 @@ 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");