[llvm] llvm-dwarfdump --verify aggregated output to JSON file (PR #81762)
Kevin Frei via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 13:26:42 PST 2024
================
@@ -836,6 +842,8 @@ int main(int argc, char **argv) {
}
if (!Verify && ErrorDetails != Unspecified)
WithColor::warning() << "-error-detail has no affect without -verify";
+ if (!Verify && !JsonSummaryFile.empty())
+ WithColor::warning() << "-json-summary-file has no affect without -verify";
----------------
kevinfrei wrote:
Why did I not do this with --error-details already? It's *so* much easier!
https://github.com/llvm/llvm-project/pull/81762
More information about the llvm-commits
mailing list