[lld] r247475 - Implement -rpath.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 11 16:00:51 PDT 2015
On Fri, Sep 11, 2015 at 3:26 PM, Joerg Sonnenberger via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> 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.
>
It's been already discussed that this DT_RPATH behaviour is as
specified in http://www.sco.com/developers/devspecs/gabi41.pdf when I
implemented this feature for the old lld. I don't have problems
changing it if there's a reason for.
--
Davide
"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare
More information about the llvm-commits
mailing list