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

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 14:44:06 PDT 2016


zatrazz added a comment.

In http://reviews.llvm.org/D18774#391687, @ruiu wrote:

> Do you need this feature? This feature seems to be designed for a very specific purpose, so I think you want to first explain why we must support these options.


This is mainly used when building shared libraries with some -Bsymbolic or -Bsymbol-function while still allowing the programs to override new/delete if it this case. Indeed this is a very narrow cara and have added it only add parity check with ld/gold. I can drop the patch if the usercase is not strong enough.


Repository:
  rL LLVM

http://reviews.llvm.org/D18774





More information about the llvm-commits mailing list