[PATCH] D31528: [ELF][MIPS] Multi-GOT implementation
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 10 13:02:08 PST 2018
arichardson added a comment.
I would be really great if this patch could be added to LLD soon. I believe this is the last change needed before we can use LLD to build the whole FreeBSD MIPS base system.
Could you rebase this on the latest master please? I tried updating our LLD fork (which includes this patch) to Jan 1st and am now getting three test failures:
Failing Tests (3):
lld :: ELF/mips-got-redundant.s
lld :: ELF/mips-got16.s
lld :: ELF/mips-mgot.s
I have not debugged yet whether if this is because I didn't resolve the merge conflicts correctly or whether LLD has changed in a way that breaks the tests.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D31528
More information about the llvm-commits
mailing list