[PATCH] D135467: [llvm-profdata] Rename show flag to --show-format

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 10:33:53 PDT 2022


ellis created this revision.
Herald added subscribers: Enna1, wenlei.
Herald added a project: All.
ellis requested review of this revision.
Herald added projects: Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135467

Files:
  compiler-rt/test/profile/Linux/instrprof-show-debug-info-correlation.c
  llvm/docs/CommandGuide/llvm-profdata.rst
  llvm/test/tools/llvm-profdata/sample-profile-json.test
  llvm/tools/llvm-profdata/llvm-profdata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135467.466119.patch
Type: text/x-patch
Size: 7489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221007/9aa785b3/attachment.bin>


More information about the llvm-commits mailing list