[PATCH] D79911: [llvm-profdata] Update CommandGuide

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 16:57:18 PDT 2020


wmi marked 2 inline comments as done.
wmi added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-profdata.rst:156
+ Use MD5 to represent string in name table when writing the profile.
+ This option can only be used with extbinary format sample-based profile.
+
----------------
davidxl wrote:
> can only be used with sample-based profile in extbinary format.
Fixed.


================
Comment at: llvm/docs/CommandGuide/llvm-profdata.rst:162
+ coverage for the optimized target. This option can only be used with extbinary
+ format sample-based profile.
+
----------------
davidxl wrote:
> used with sample-based profile in extbinary format. Similarly in other places.
Fixed here and other places.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79911/new/

https://reviews.llvm.org/D79911





More information about the llvm-commits mailing list