summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Driver/Driver.cpp')
-rw-r--r--clang/lib/Driver/Driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp
index 4b3596d7b3d..1e4cd7f4782 100644
--- a/clang/lib/Driver/Driver.cpp
+++ b/clang/lib/Driver/Driver.cpp
@@ -216,7 +216,7 @@ void Driver::PrintVersion() const {
// FIXME: The following handlers should use a callback mechanism, we
// don't know what the client would like to do.
- llvm::outs() << "ccc version 1.0" << "\n";
+ llvm::errs() << "ccc version 1.0" << "\n";
}
bool Driver::HandleImmediateArgs(const Compilation &C) {
OpenPOWER on IntegriCloud