[cfe-commits] r67241 - /cfe/trunk/lib/Driver/Driver.cpp
Mike Stump
mrs at apple.com
Wed Mar 18 14:19:11 PDT 2009
Author: mrs
Date: Wed Mar 18 16:19:11 2009
New Revision: 67241
URL: http://llvm.org/viewvc/llvm-project?rev=67241&view=rev
Log:
The eventual name of this will be clang, might as well start now.
Modified:
cfe/trunk/lib/Driver/Driver.cpp
Modified: cfe/trunk/lib/Driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Driver.cpp?rev=67241&r1=67240&r2=67241&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Driver.cpp (original)
+++ cfe/trunk/lib/Driver/Driver.cpp Wed Mar 18 16:19:11 2009
@@ -228,7 +228,7 @@
#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";
More information about the cfe-commits
mailing list