[PATCH] D35284: Support: Add llvm::format_memory to convert number of bytes to human readable string.

Frederich Munch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 11:24:05 PDT 2017


marsupial updated this revision to Diff 106479.
marsupial added a comment.

Added support for IEC, SI, and Customary output.


https://reviews.llvm.org/D35284

Files:
  include/llvm/Support/Format.h
  include/llvm/Support/raw_ostream.h
  lib/Support/raw_ostream.cpp
  unittests/Support/raw_ostream_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35284.106479.patch
Type: text/x-patch
Size: 7817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170713/cc11855e/attachment.bin>


More information about the llvm-commits mailing list