1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Clarify how dbgs() operates.

llvm-svn: 92083
This commit is contained in:
David Greene 2009-12-23 23:23:15 +00:00
parent d411e1b728
commit 9c8c8af11d

View File

@ -105,7 +105,7 @@ raw_ostream &llvm::dbgs() {
// 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;