mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-07 20:46:06 +00:00
Clarify how dbgs() operates.
llvm-svn: 92083
This commit is contained in:
parent
5cd8357137
commit
b760d0cde9
@ -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…
x
Reference in New Issue
Block a user