Driver: Print version on stderr to match [gc]cc.

llvm-svn: 67178
This commit is contained in:
Daniel Dunbar 2009-03-18 06:51:03 +00:00
parent 0928b3125c
commit 3beceaf7f1
1 changed files with 1 additions and 1 deletions

View File

@ -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) {