[PATCH] D55091: Add --analyze option to llvm-dwarfdump

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 30 09:59:04 PST 2018


aprantl added a comment.

Where do we draw the line between what is an analysis and what is a statistic?

Here's a proposal: Everything that makes sense to also emit as JSON and store it in a database to compare data over time should be a statistic (perhaps with a `-h/--human-readable` or `--json` switch).


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

https://reviews.llvm.org/D55091





More information about the llvm-commits mailing list