[PATCH] D134770: [InstrProf][llvm-profdata] Dump profile correlation data as YAML
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 11:22:30 PDT 2022
phosek added a comment.
Could we make this selectable? We already have the `--json` option in `llvm-profdata` for sample profile data. Could we replace it with a `--output-format=[json|yaml]` option and extend it to support other output types, including debug info correlation. You could then use `llvm-profdata show --debug-info=%t --output-format=yaml`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134770/new/
https://reviews.llvm.org/D134770
More information about the llvm-commits
mailing list