Thomson via llvm-dev
2019-Jan-30 01:12 UTC
[llvm-dev] [LLD] Is branch island supported in LLD?
For ARM64, the relocation source and target is limited, like IMAGE_REL_ARM64_BRANCH26. Will LLD gerneate branch island to handle the case where the relocation is out of range? I saw there is enum value typeBranchIsland defined, but seems not implemented anywhere? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190129/4d394f5c/attachment.html>
David Major via llvm-dev
2019-Jan-30 04:26 UTC
[llvm-dev] [LLD] Is branch island supported in LLD?
I assume you're referring to COFF. The support for that is in progress at https://bugs.llvm.org/show_bug.cgi?id=40467. On Tue, Jan 29, 2019 at 8:13 PM Thomson via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > For ARM64, the relocation source and target is limited, like IMAGE_REL_ARM64_BRANCH26. Will LLD gerneate branch island to handle the case where the relocation is out of range? I saw there is enum value typeBranchIsland defined, but seems not implemented anywhere? > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev