diff options
| author | Nate Begeman <natebegeman@mac.com> | 2007-12-30 01:38:50 +0000 |
|---|---|---|
| committer | Nate Begeman <natebegeman@mac.com> | 2007-12-30 01:38:50 +0000 |
| commit | 16a3a9d5f997bcecf98d2413e4a63f2b3fb92450 (patch) | |
| tree | b09cfec4f8c89458a5d826ab0470230cdc184ae5 /clang/Driver/clang.cpp | |
| parent | 628028bd274e9ec96f547faf3a70df628571ffe5 (diff) | |
| download | bcm5719-llvm-16a3a9d5f997bcecf98d2413e4a63f2b3fb92450.tar.gz bcm5719-llvm-16a3a9d5f997bcecf98d2413e4a63f2b3fb92450.zip | |
Rename stats to print-stats to avoid conflicting with llvm's
stats statistic when clang is built as a dylib.
llvm-svn: 45441
Diffstat (limited to 'clang/Driver/clang.cpp')
| -rw-r--r-- | clang/Driver/clang.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp index fa1be49c6a4..6e1683c4fcc 100644 --- a/clang/Driver/clang.cpp +++ b/clang/Driver/clang.cpp @@ -50,7 +50,8 @@ using namespace clang; static llvm::cl::opt<bool> Verbose("v", llvm::cl::desc("Enable verbose output")); static llvm::cl::opt<bool> -Stats("stats", llvm::cl::desc("Print performance metrics and statistics")); +Stats("print-stats", + llvm::cl::desc("Print performance metrics and statistics")); enum ProgActions { RewriteTest, // Rewriter testing stuff. |

