Skip to content
Commit 64506db8 authored by David Greene's avatar David Greene
Browse files

Provide dbgs(), a circular-buffering debug output stream.  By default it
simply passes output to errs().  If -debug-buffer-size=N is set N > 0,
dbgs() buffers its output until program termination and dumps the last N
characters sent to it.  This is handy when debugging very large inputs.

llvm-svn: 92002
parent 7ffbb50e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment