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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Event Timeline
Comment Actions
LGTM with some nits.
lld/test/ELF/icf-absolute.s | ||
---|---|---|
5 ↗ | (On Diff #133530) | As --print-icf-sections prints to stdout, you can remove the "2>&1" bit of this line. Same for every other test update, I believe. |
lld/test/ELF/icf9.s | ||
5 ↗ | (On Diff #133530) | Do we need --verbose here still? |
14–15 ↗ | (On Diff #133530) | Very anecdotal this (I haven't looked heavily), and I don't mind this staying the way it is, but it seems more common to do "| \" for line continuations in lit. |