[PATCH] D121173: Add JSON output option to llvm-remark-size-diff
Eric Christopher via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 7 16:23:43 PST 2022
echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.
LGTM, one nit :)
================
Comment at: llvm/tools/llvm-remark-size-diff/RemarkSizeDiff.cpp:483
+ else
+ printDiffsCategorizedByFilesPresent(DiffsByFilesPresent, OF->os());
OF->keep();
----------------
:)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121173/new/
https://reviews.llvm.org/D121173
More information about the llvm-commits
mailing list