[PATCH] D102509: [lld][X86] Restore gotEntrySize.
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 17 08:19:05 PDT 2021
peter.smith added a comment.
In D102509#2760109 <https://reviews.llvm.org/D102509#2760109>, @MaskRay wrote:
> Hope the scheme here should be generic enough to support aarch64-ilp32 and Morello.
For Morello, there is already a similar downstream patch that introduces gotEntrySize as separate from word-size (128-bit and 64-bit respectively) so yes it can work. I'm not familiar with an existing LLD implementation of aarch64-ilp32 but I can't see any reason why it wouldn't work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102509/new/
https://reviews.llvm.org/D102509
More information about the llvm-commits
mailing list