[lld] r262910 - ELF: Add /lib and /usr/lib as default search paths.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 8 13:38:45 PST 2016


On 8 March 2016 at 16:10, Rui Ueyama <ruiu at google.com> wrote:
> OK, so the default search path is more complicated than I thought.
>
> It seems that gold has built-in search paths that can be configured at
> ./configure time. I don't think we want to do that because we generally
> don't solve an issue by adding more knobs and handles which inevitably
> increase complexity.
>
> It is probably the same situation as --dynamic-linker? We expect that the
> compiler always passes the correct dynamic linker path through the option or
> we do not create .interp section.

Yes, it is very similar.

Cheers,
Rafael


More information about the llvm-commits mailing list