[PATCH] D121173: Add JSON output option to llvm-remark-size-diff

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 16:45:07 PST 2022


paquette added inline comments.


================
Comment at: llvm/tools/llvm-remark-size-diff/RemarkSizeDiff.cpp:483
+  else
+    printDiffsCategorizedByFilesPresent(DiffsByFilesPresent, OF->os());
   OF->keep();
----------------
echristo wrote:
> :)
My brain is really small today, but I'm going to guess that this should be a switch


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

https://reviews.llvm.org/D121173



More information about the llvm-commits mailing list