[lld] r247475 - Implement -rpath.

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 13 16:49:28 PDT 2015


----- Original Message -----
> From: "Joerg Sonnenberger via llvm-commits" <llvm-commits at lists.llvm.org>
> To: "llvm-commits" <llvm-commits at lists.llvm.org>
> Sent: Sunday, September 13, 2015 4:25:26 PM
> Subject: Re: [lld] r247475 - Implement -rpath.
> 
> 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.

What do you mean? On the systems that support both, DT_RPATH is ignored when DT_RUNPATH is present, right? Or is this not always true?

Thanks again,
Hal

> 
> Joerg
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
> 

-- 
Hal Finkel
Assistant Computational Scientist
Leadership Computing Facility
Argonne National Laboratory


More information about the llvm-commits mailing list