[PATCH] D24496: [ELF] - Implemented rpath-link command line option.

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 06:38:02 PDT 2016


On Thu, Sep 22, 2016 at 10:44:06AM +0000, George Rimar via llvm-commits wrote:
> When prepared this patch, I just already forgot why we ignored it
> before, but now I remember: it was https://reviews.llvm.org/D18269,
> we desided to ignore it like gold do that time.

-rpath-link is necessary if you properly implement ELF symbol lookup.
lld currently doesn't and newer binutils decided to screw things up as
well. That said, there are far greater problems like finishing linker
script support, so no need to hurry :)

Joegr


More information about the llvm-commits mailing list