From: Bob Wilson Date: Fri, 14 Sep 2012 03:35:42 +0000 (+0000) Subject: Improve the driver title as shown in the --help message. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f85b1e7906f7a03cbede1f730ba19b28a5f85e8;p=clang Improve the driver title as shown in the --help message. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163870 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp index 240d66f80d..afdc2a3bbb 100644 --- a/lib/Driver/Driver.cpp +++ b/lib/Driver/Driver.cpp @@ -52,7 +52,7 @@ Driver::Driver(StringRef ClangExecutable, ClangExecutable(ClangExecutable), SysRoot(DEFAULT_SYSROOT), UseStdLib(true), DefaultTargetTriple(DefaultTargetTriple), DefaultImageName(DefaultImageName), - DriverTitle("clang \"gcc-compatible\" driver"), + DriverTitle("clang LLVM compiler"), CCPrintOptionsFilename(0), CCPrintHeadersFilename(0), CCLogDiagnosticsFilename(0), CCCIsCXX(false), CCCIsCPP(false),CCCEcho(false), CCCPrintBindings(false),