[PATCH] D47955: [SampleFDO] Add a new compact binary format for sample profile
Douglas Yung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 11 19:24:13 PDT 2018
dyung added inline comments.
================
Comment at: llvm/trunk/tools/llvm-profdata/llvm-profdata.cpp:478
+ clEnumValN(PF_Compact_Binary, "compbinary",
+ "Compact binary encoding (default)"),
+ clEnumValN(PF_Text, "text", "Text encoding"),
----------------
This description has two items that claim to be the default, is this a typo?
Repository:
rL LLVM
https://reviews.llvm.org/D47955
More information about the llvm-commits
mailing list