[PATCH] D18774: [lld] Implement --dynamic-list-cpp-{new,typeinfo}

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 13:29:11 PDT 2016


zatrazz created this revision.
zatrazz added reviewers: ruiu, rafael.
zatrazz added subscribers: llvm-commits, rengolin.
zatrazz set the repository for this revision to rL LLVM.
zatrazz added a project: lld.

This patch implements both the --dynamic-list-cpp-new and
--dynamic-list-cpp-typeinfo options. Former add all the
C++ operator new and delete symbols on the dynamic list
while latter add all the runtime type identification.

This patch depends on http://reviews.llvm.org/D18771,
http://reviews.llvm.org/D18772, and http://reviews.llvm.org/D18773

Repository:
  rL LLVM

http://reviews.llvm.org/D18774

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/Writer.cpp
  test/ELF/dynamic-list-new-typeinfo.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18774.52616.patch
Type: text/x-patch
Size: 7448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160404/cada9d05/attachment.bin>


More information about the llvm-commits mailing list