[PATCH] D86045: [llvm-dwarfdump] --statistics: switch to json::OStream. NFC

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 16 18:28:58 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/tools/llvm-dwarfdump/Statistics.cpp:482
+      LocationStats[0]);
   LLVM_DEBUG(
       llvm::dbgs() << Key
----------------
I am not sure repeating the message in LLVM_DEBUG is useful.

I can delete them in a separate change if people think the same as me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86045



More information about the llvm-commits mailing list