[llvm] llvm-dwarfdump --verify aggregated output to JSON file (PR #81762)
Kevin Frei via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 11:49:03 PST 2024
================
@@ -286,6 +286,8 @@ static opt<bool> Verify("verify", desc("Verify the DWARF debug info."),
cat(DwarfDumpCategory));
static opt<ErrorDetailLevel> ErrorDetails(
"error-display", init(Unspecified),
+ desc("Set the level of detail and summary to display when verifying "
+ "(implies --verify)"),
values(clEnumValN(NoDetailsOrSummary, "quiet",
"Only display whether errors occurred."),
clEnumValN(NoDetailsOnlySummary, "summary",
----------------
kevinfrei wrote:
> `--verify-json` or `--verify-json-file`? Simpler and shorter?
That would also sort it in with the `--verify` help better. Just pushed the update.
https://github.com/llvm/llvm-project/pull/81762
More information about the llvm-commits
mailing list