[llvm] llvm-dwarfdump --verify aggregated output to JSON file (PR #81762)
Kevin Frei via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 16 08:50:41 PST 2024
================
@@ -295,6 +297,11 @@ static opt<ErrorDetailLevel> ErrorDetails(
clEnumValN(BothDetailsAndSummary, "full",
"Display each error as well as a summary. [default]")),
cat(DwarfDumpCategory));
+static opt<std::string> JsonSummaryFile(
+ "json-summary-file", init(""),
----------------
kevinfrei wrote:
I'll make the change immediately if you've got a suggestion for a better name.
https://github.com/llvm/llvm-project/pull/81762
More information about the llvm-commits
mailing list