This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from c5a0d41cc Simplify by sorting relocations before writing them. new 1f7af5fbf [ELF] Add --print-icf-sections flag
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ELF/Config.h | 1 + ELF/Driver.cpp | 2 ++ ELF/ICF.cpp | 18 +++++++++++++++-- ELF/Options.td | 6 ++++++ test/ELF/Inputs/print-icf.s | 9 +++++++++ test/ELF/icf-absolute.s | 4 ++-- test/ELF/icf-comdat.s | 4 ++-- test/ELF/icf-i386.s | 6 +++--- test/ELF/icf-merge-sec.s | 4 ++-- test/ELF/icf-merge.s | 6 +++--- test/ELF/icf-non-mergeable.s | 4 ++-- test/ELF/icf-none.s | 2 +- test/ELF/icf1.s | 4 ++-- test/ELF/icf2.s | 4 ++-- test/ELF/icf3.s | 4 ++-- test/ELF/icf4.s | 4 ++-- test/ELF/icf5.s | 4 ++-- test/ELF/icf6.s | 4 ++-- test/ELF/icf7.s | 4 ++-- test/ELF/icf9.s | 8 ++++---- test/ELF/print-icf.s | 48 ++++++++++++++++++++++++++++++++++++++++++++ 21 files changed, 115 insertions(+), 35 deletions(-) create mode 100644 test/ELF/Inputs/print-icf.s create mode 100644 test/ELF/print-icf.s