[lld] r247475 - Implement -rpath.

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 13 14:25:26 PDT 2015


On Sun, Sep 13, 2015 at 02:56:44PM -0500, Hal Finkel wrote:
> Just to confirm, generating both DT_RPATH and DT_RUNPATH is a reasonable option for NetBSD and older FreeBSD systems?

NetBSD completely ignores DT_RUNPATH. But providing both wouldn't be an
option for systems that moved to the broken DT_RPATH behavior.

Joerg


More information about the llvm-commits mailing list