[Bug 237676] LLD Filesize and default option suggestions

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 2 13:25:37 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237676

--- Comment #1 from Ed Maste <emaste at freebsd.org> ---
As you note you can remove .comment with objcopy, I suspect the lld authors
will feel the complexity of a --comment / --no-comment or similar flag is
warranted.

lld is inherently a cross-platform linker and intentionally has no built-in
default target. Normally the format is identified from the first object file -
if your ELF .o has an EI_OSABI of FreeBSD the output will as well.

Would you compare readelf -lS porcupine and porcupine.lld?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list