[llvm-commits] [llvm] r75858 - /llvm/trunk/tools/llvm-link/llvm-link.cpp
Dan Gohman
gohman at apple.com
Wed Jul 15 16:33:38 PDT 2009
Author: djg
Date: Wed Jul 15 18:33:14 2009
New Revision: 75858
URL: http://llvm.org/viewvc/llvm-project?rev=75858&view=rev
Log:
Fix this comment to mention outs() rather than cout.
Modified:
llvm/trunk/tools/llvm-link/llvm-link.cpp
Modified: llvm/trunk/tools/llvm-link/llvm-link.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-link/llvm-link.cpp?rev=75858&r1=75857&r2=75858&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-link/llvm-link.cpp (original)
+++ llvm/trunk/tools/llvm-link/llvm-link.cpp Wed Jul 15 18:33:14 2009
@@ -119,7 +119,7 @@
if (DumpAsm) cerr << "Here's the assembly:\n" << *Composite.get();
- // FIXME: cout is not binary!
+ // FIXME: outs() is not binary!
raw_ostream *Out = &outs(); // Default to printing to stdout...
if (OutputFilename != "-") {
std::string ErrorInfo;
More information about the llvm-commits
mailing list