commit | b5d568cc70506c4cb3aa7abc3370d3ac9411b4a0 | [log] [tgz] |
---|---|---|
author | David Greene <greened@obbligato.org> | Wed Dec 23 16:39:06 2009 +0000 |
committer | David Greene <greened@obbligato.org> | Wed Dec 23 16:39:06 2009 +0000 |
tree | c1d4cee8a7c672a89209661aca67e62e9c67ac34 | |
parent | e59011e7d913b59dd244b0295a984dcfe7976e72 [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92002 91177308-0d34-0410-b5e6-96231b3b80d8