[PATCH] D44501: COFF: Move assignment of section offsets to assignAddresses(). NFCI.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 15 10:47:48 PDT 2018
pcc added a comment.
In https://reviews.llvm.org/D44501#1200972, @smeenai wrote:
> In https://reviews.llvm.org/D44501#1200324, @mstorsjo wrote:
>
> > > This makes the design a little more similar to the ELF linker and should allow for features such as ARM range extension thunks to be implemented more easily.
> >
> > @pcc - I found you mentioned this as part of this change; do you have any concrete plan on how to add ARM range extension thunks? I'm pondering giving that a try, but if you have ideas about how/where to start, that'd get me started quicker.
>
>
> Have you looked at their design in the ELF port? CC @peter.smith, who added that support.
Yes, I was broadly imagining that it would work in a similar way to the ELF port.
Repository:
rL LLVM
https://reviews.llvm.org/D44501
More information about the llvm-commits
mailing list