[PATCH] D43100: Do not print out removed ICF sections for -verbose.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 16:05:26 PST 2018


ruiu created this revision.
ruiu added reviewers: jhenderson, rafael.
Herald added a subscriber: emaste.

GNU gold doesn't print out ICF sections for -verbose. It only shows
them for -print-icf-sections. We printed out them for -verbose because
we didn't have -print-icf-sections. Now that we have the option, there's
no reason to print out for -verbose.


https://reviews.llvm.org/D43100

Files:
  lld/ELF/ICF.cpp
  lld/test/ELF/icf-absolute.s
  lld/test/ELF/icf-comdat.s
  lld/test/ELF/icf-i386.s
  lld/test/ELF/icf-merge-sec.s
  lld/test/ELF/icf-merge.s
  lld/test/ELF/icf1.s
  lld/test/ELF/icf2.s
  lld/test/ELF/icf7.s
  lld/test/ELF/icf9.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43100.133530.patch
Type: text/x-patch
Size: 7153 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180209/f0180016/attachment.bin>


More information about the llvm-commits mailing list