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
- Build Status
Buildable 14781 Build 14781: arc lint + arc unit
Event Timeline
Comment Actions
LGTM with some nits.
lld/test/ELF/icf-absolute.s | ||
---|---|---|
5 | 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 | Do we need --verbose here still? | |
14–15 | 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. |
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.