[llvm-commits] [llvm] r92083 - /llvm/trunk/lib/Support/Debug.cpp

David Greene greened at obbligato.org
Wed Dec 23 15:23:15 PST 2009


Author: greened
Date: Wed Dec 23 17:23:15 2009
New Revision: 92083

URL: http://llvm.org/viewvc/llvm-project?rev=92083&view=rev
Log:

Clarify how dbgs() operates.

Modified:
    llvm/trunk/lib/Support/Debug.cpp

Modified: llvm/trunk/lib/Support/Debug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Debug.cpp?rev=92083&r1=92082&r2=92083&view=diff

==============================================================================
--- llvm/trunk/lib/Support/Debug.cpp (original)
+++ llvm/trunk/lib/Support/Debug.cpp Wed Dec 23 17:23:15 2009
@@ -105,7 +105,7 @@
         // force a debug dump.
         sys::AddSignalHandler(&debug_user_sig_handler, 0);
       // Otherwise we've already set the debug stream buffer size to
-      // zero, disabling buffering.
+      // zero, disabling buffering so it will output directly to errs().
     }
   } thestrm;
 





More information about the llvm-commits mailing list