This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Add --export-dynamic-symbol-list
ClosedPublic

Authored by MaskRay on Aug 2 2021, 4:08 PM.

Details

Summary

This is available in GNU ld 2.35 and can be seen as a shortcut for multiple
--export-dynamic-symbol, or a --dynamic-list variant without the symbolic intention.

In the long term, this option probably should be preferred over --dynamic-list.

Diff Detail

Event Timeline

MaskRay created this revision.Aug 2 2021, 4:08 PM
MaskRay requested review of this revision.Aug 2 2021, 4:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2021, 4:08 PM
MaskRay updated this revision to Diff 363600.Aug 2 2021, 4:14 PM

add doc.

Note: -Bsymbolic-non-weak-functions is in release/13.x so I deleted it from the release notes.

This revision is now accepted and ready to land.Aug 3 2021, 2:25 AM
This revision was automatically updated to reflect the committed changes.