In https://reviews.llvm.org/D135127 we created the show flag
--output-format which was confusing because it behaved differently
than the same flag in the merge command. So, rename the flag to
--show-format. This also allows us to add the text option to mean
"normal text output" rather than "text-encoded profiles" like it does
for the merge command.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm, thanks.
llvm/tools/llvm-profdata/llvm-profdata.cpp | ||
---|---|---|
2703–2704 | nit: OFormat was short for OutputFormat? |
nit: OFormat was short for OutputFormat?