[PATCH] D57648: [llvm-exegesis] RFC: don't default to running&dumping all analyses to '-'

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 4 00:32:29 PST 2019


courbet accepted this revision.
courbet added a comment.
This revision is now accepted and ready to land.

Sounds very reasonable.



================
Comment at: tools/llvm-exegesis/llvm-exegesis.cpp:410
+    llvm::report_fatal_error(
+        "At least one of --analysis-clusters-output-file= and "
+        "--analysis-inconsistencies-output-file= must be specified.");
----------------
[nit] remove `=` after flag names.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57648/new/

https://reviews.llvm.org/D57648





More information about the llvm-commits mailing list