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:
parent
d411e1b728
commit
9c8c8af11d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user