To the user, this is just a compiler of course, duh.

llvm-svn: 66251
This commit is contained in:
Chris Lattner 2009-03-06 05:38:25 +00:00
parent d735e6f166
commit 855d149ec5
1 changed files with 1 additions and 1 deletions

View File

@ -1563,7 +1563,7 @@ int main(int argc, char **argv) {
llvm::sys::PrintStackTraceOnErrorSignal();
llvm::PrettyStackTraceProgram X(argc, argv);
llvm::cl::ParseCommandLineOptions(argc, argv,
"LLVM 'Clang' frontend: http://clang.llvm.org\n");
"LLVM 'Clang' Compiler: http://clang.llvm.org\n");
if (TimeReport)
ClangFrontendTimer = new llvm::Timer("Clang front-end time");