[PATCH] D13541: [ELF2] Add support for -Bsymbolic

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 14:34:42 PDT 2015


On Tue, Oct 13, 2015 at 07:19:26PM +0000, Rafael Ávila de Espíndola via llvm-commits wrote:
> rafael accepted this revision.
> rafael added a comment.
> This revision is now accepted and ready to land.
> 
> LGTM if setting only  DF_SYMBOLIC.
> 
> It will be trivial to add DT_SYMBOLIC if we find a dynamic linker that needs that.

Well, NetBSD doesn't support DF_SYMBOLIC. That said, I don't know of
anything except the dynamic linker itself using -Bsymbol.

Joerg


More information about the llvm-commits mailing list