aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Driver/Driver.cpp')
-rw-r--r--lib/Driver/Driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp
index f3d241017e..6c0668bff6 100644
--- a/lib/Driver/Driver.cpp
+++ b/lib/Driver/Driver.cpp
@@ -228,7 +228,7 @@ void Driver::PrintVersion() const {
#endif
// FIXME: The following handlers should use a callback mechanism, we
// don't know what the client would like to do.
- llvm::errs() << "ccc version 1.0 (" << vers << " " << revision << ")" << "\n";
+ llvm::errs() << "clang version 1.0 (" << vers << " " << revision << ")" << "\n";
// FIXME: Add cmake support and remove #ifdef
#ifdef TARGET_TRIPLE
llvm::errs() << "Target: " << TARGET_TRIPLE << "\n";