[PATCH] D79911: [llvm-profdata] Update CommandGuide
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 16:24:12 PDT 2020
davidxl 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.
+
----------------
can only be used with sample-based profile in extbinary format.
================
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.
+
----------------
used with sample-based profile in extbinary format. Similarly in 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