[PATCH] D79513: [dsymutil] Print statistics about debug_info reduction in verbose mode.
Frederic Riss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 13:35:23 PDT 2020
friss accepted this revision.
friss added a comment.
This revision is now accepted and ready to land.
LGTM, with one potential suggestion:
================
Comment at: llvm/lib/DWARFLinker/DWARFLinker.cpp:2533
+ if (Options.Verbose) {
+ // Create a vector sorted in descending order by output size.
----------------
Should we be using a different `--stat` flag for this? The verbose flag will output so much info on a real link...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79513/new/
https://reviews.llvm.org/D79513
More information about the llvm-commits
mailing list