[PATCH] D86318: [llvm-dwarfdump] --statistics: break lines and indent by 2

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 09:27:42 PDT 2020


aprantl added inline comments.


================
Comment at: llvm/tools/llvm-dwarfdump/Statistics.cpp:470
 /// Print machine-readable output.
 /// The machine-readable format is single-line JSON output.
 /// \{
----------------
Does this comment need to be changed now?

(The original idea was to have an output format that can be parsed by regex / awk and by a full JSON parser, but I'm fine with dropping this requirement.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86318



More information about the llvm-commits mailing list