[PATCH] D18772: [lld] Implement --dynamic-list

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 13:10:58 PDT 2016


zatrazz removed rL LLVM as the repository for this revision.
zatrazz updated this revision to Diff 52729.
zatrazz added a comment.

This is an update of previous patch where I added an option
which makes lld check if --dynamic-list options is used before
trying to match a symbols. This should be faster for common
usage (building without the option).


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/LinkerScript.cpp
  ELF/Options.td
  ELF/ScriptParser.cpp
  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.52729.patch
Type: text/x-patch
Size: 21227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160405/e107af29/attachment.bin>


More information about the llvm-commits mailing list