[llvm] llvm-dwarfdump --verify aggregated output to JSON file (PR #81762)
Kevin Frei via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 16:19:44 PST 2024
================
@@ -295,6 +295,11 @@ static opt<ErrorDetailLevel> ErrorDetails(
clEnumValN(BothDetailsAndSummary, "full",
"Display each error as well as a summary. [default]")),
cat(DwarfDumpCategory));
+static opt<std::string> AggregationJsonFile(
+ "aggregate-output-file", cl::init(""),
----------------
kevinfrei wrote:
I went with your suggested name for llvm-gsymutil for consistency: `--json-summary-file`
https://github.com/llvm/llvm-project/pull/81762
More information about the llvm-commits
mailing list