[all-commits] [llvm/llvm-project] ddde8b: [llvm-dwarfdump] --statistics: switch to json::OSt...

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Aug 20 12:24:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ddde8bebb0ce618fdcae969e8b2ac911e842683b
      https://github.com/llvm/llvm-project/commit/ddde8bebb0ce618fdcae969e8b2ac911e842683b
  Author: Fangrui Song <maskray at google.com>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    M llvm/tools/llvm-dwarfdump/Statistics.cpp

  Log Message:
  -----------
  [llvm-dwarfdump] --statistics: switch to json::OStream. NFC

Then it is trivial to make the output indented (the second parameter of
json::OStream::OStream specifies the indentation).

Reviewed By: jhenderson, echristo

Differential Revision: https://reviews.llvm.org/D86045




More information about the All-commits mailing list