[all-commits] [llvm/llvm-project] 44361e: [ELF] Add --export-dynamic-symbol-list
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Aug 3 09:01:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44361e5b90986ebe64c2263cefe504bf9b170eac
https://github.com/llvm/llvm-project/commit/44361e5b90986ebe64c2263cefe504bf9b170eac
Author: Fangrui Song <i at maskray.me>
Date: 2021-08-03 (Tue, 03 Aug 2021)
Changed paths:
M lld/ELF/Driver.cpp
M lld/ELF/Options.td
M lld/docs/ReleaseNotes.rst
M lld/docs/ld.lld.1
M lld/test/ELF/export-dynamic-symbol.s
Log Message:
-----------
[ELF] Add --export-dynamic-symbol-list
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.
Reviewed By: peter.smith
Differential Revision: https://reviews.llvm.org/D107317
More information about the All-commits
mailing list