]> granicus.if.org Git - clang/commitdiff
Improve the driver title as shown in the --help message. <rdar://12297538>
authorBob Wilson <bob.wilson@apple.com>
Fri, 14 Sep 2012 03:35:42 +0000 (03:35 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 14 Sep 2012 03:35:42 +0000 (03:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163870 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/Driver.cpp

index 240d66f80d7df74022f913c28faaffb582b0ec06..afdc2a3bbbbbf69e65bd67d60945f9c1bfbf3655 100644 (file)
@@ -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),