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

--- Comment #1 from Ed Maste <ema...@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.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to