[llvm-commits] cleanup PATCH for llvm-bcanalyzer: print to consistent streams
Jan Voung
jvoung at google.com
Fri Aug 24 15:33:28 PDT 2012
This patch helps avoid interleaving uses of fprintf(stderr, ...) and
outs(). With this, we just use outs() for all "normal" output.
Also added a "bytes-per" column, so that it's easier to tell the average
#bytes used for each record kind. I could separate that change out of the
patch if such a column is unnecessary.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120824/497beb17/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvmbcanalyzer.patch
Type: application/octet-stream
Size: 3015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120824/497beb17/attachment.obj>
More information about the llvm-commits
mailing list