[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 09:56:11 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:

I'm happy to flip both of them to imply -verify. It definitely makes usage easier.

https://github.com/llvm/llvm-project/pull/81762


More information about the llvm-commits mailing list