dtolnay / linkme

Safe cross-platform linker shenanigans
Apache License 2.0
628 stars 42 forks source link

Fix missing macOS slice #46

Closed nvzqz closed 2 years ago

nvzqz commented 2 years ago

This adds the S_ATTR_NO_DEAD_STRIP section attribute, which forces "unused" code to remain in the binary. This is paired with S_REGULAR to provide a required section type.

This fixes #41.

dtolnay commented 2 years ago

Published in 0.2.9.