[llvm-dev] [LLD] Is branch island supported in LLD?

David Major via llvm-dev llvm-dev at lists.llvm.org
Tue Jan 29 20:26:42 PST 2019


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


More information about the llvm-dev mailing list