[PATCH] D135127: [llvm-profdata] Add --output-format option
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 4 22:13:30 PDT 2022
MaskRay added inline comments.
================
Comment at: llvm/tools/llvm-profdata/llvm-profdata.cpp:60
+enum class ShowOutputFormat { Text, TextEncoding, Json, Yaml };
+
----------------
Should this be `OutputFormat` instead? Then you can use a different name for the variable...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135127/new/
https://reviews.llvm.org/D135127
More information about the llvm-commits
mailing list