[lld] r247475 - Implement -rpath.
Joerg Sonnenberger via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 11 15:26:44 PDT 2015
On Fri, Sep 11, 2015 at 09:18:57PM -0000, Rafael Espindola via llvm-commits wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=247475&view=rev
> Log:
> Implement -rpath.
Should we really unconditionally generate RUNPATH? IMO that's a bug
created by GNU for the semi-broken behavior of glibc's dynamic linker.
This is certainly going to create problems at least for NetBSD.
Joerg
More information about the llvm-commits
mailing list