[PATCH] D18772: [lld] Implement --dynamic-list
Adhemerval Zanella via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 07:42:16 PDT 2016
zatrazz updated this revision to Diff 52795.
zatrazz added a comment.
Updated patch based on previous comments:
- Different from ld/gold neither glob pattern nor mangled names (extern 'C++') are currently supported.
- Added alias for -dynamic-list= and --dynamic-list=
http://reviews.llvm.org/D18772
Files:
ELF/CMakeLists.txt
ELF/Config.h
ELF/Driver.cpp
ELF/Driver.h
ELF/DynamicList.cpp
ELF/DynamicList.h
ELF/Options.td
ELF/ScriptParser.h
ELF/Writer.cpp
test/ELF/dynamic-list.s
test/ELF/invalid-dynamic-list.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18772.52795.patch
Type: text/x-patch
Size: 14402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160406/92bc0648/attachment-0001.bin>
More information about the llvm-commits
mailing list