[PATCH] D18269: [ELF] - -rpath-link "implemented"

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 19 17:45:11 PDT 2016


On Fri, Mar 18, 2016 at 03:52:55PM +0000, George Rimar via llvm-commits wrote:
> So I think we can ignore that in the same way as gold do. And that is 'natural' support in lld. I mean 'natural' is that we do not change anything
> to have the same behavior.

Are you sure that lld even implements transitive loading? In the past it
didn't and silently dropping rpath-link is only valid when not
completely/correctly implementing ELF like that.

Joerg


More information about the llvm-commits mailing list