From: Chris Lattner Date: Fri, 6 Mar 2009 05:38:25 +0000 (+0000) Subject: To the user, this is just a compiler of course, duh. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=110e4785fa8c01347de63af19e01121cc3702a37;p=clang To the user, this is just a compiler of course, duh. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66251 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Driver/clang.cpp b/Driver/clang.cpp index e15ae3ea67..6db7505304 100644 --- a/Driver/clang.cpp +++ b/Driver/clang.cpp @@ -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");