[PATCH] D107317: [ELF] Add --export-dynamic-symbol-list
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 2 16:08:19 PDT 2021
MaskRay created this revision.
MaskRay added a reviewer: peter.smith.
Herald added subscribers: dang, arichardson, emaste.
MaskRay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107317
Files:
lld/ELF/Driver.cpp
lld/ELF/Options.td
lld/test/ELF/export-dynamic-symbol.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107317.363598.patch
Type: text/x-patch
Size: 5782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210802/9e3cac5c/attachment.bin>
More information about the llvm-commits
mailing list