[PATCH] D77779: [ELF] For relative paths in INPUT() and GROUP(), search the directory of the current linker script before searching other paths
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 09:46:38 PDT 2020
MaskRay added a comment.
In D77779#1991477 <https://reviews.llvm.org/D77779#1991477>, @MaskRay wrote:
> Add comments.
>
> > Will be worth making sure that if BFD follow a slightly different route then we synchronize with them rather than gold as I think BFD is more widely used in practice.
>
> Thanks for the advice. I'll try to make the linkers align on this feature. I filed a feature request (https://sourceware.org/bugzilla/show_bug.cgi?id=25806) to get binutils maintainers' attention... Just created a GNU ld patch by myself..
WoW, On GNU ld side, Nick applied my patch (https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=161719466ac9ea5f186514312f6bce842181804f). My mouthful description was lost, though...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77779/new/
https://reviews.llvm.org/D77779
More information about the llvm-commits
mailing list