On illumos, #[used(linker)] generates the section flag 0x100000, which is known as SHF_SUNW_NODISCARD on Solaris, but unknown to illumos. This causes incorrect behavior when used in combination with .init_array, for example by inventory.
This regressed in #140872 which made #[used] mean #[used(linker)] on all ELF targets, including illumos.
See
On illumos,
#[used(linker)]generates the section flag0x100000, which is known asSHF_SUNW_NODISCARDon Solaris, but unknown to illumos. This causes incorrect behavior when used in combination with.init_array, for example by inventory.This regressed in #140872 which made
#[used]mean#[used(linker)]on all ELF targets, including illumos.See
inventorycrate: Fix illumos .init_array section creation dtolnay/inventory#84SHF_SUNW_NODISCARDon Solaris: https://reviews.llvm.org/D107955#:~:text=One,them