[PATCH] D44501: COFF: Move assignment of section offsets to assignAddresses(). NFCI.
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 15 10:45:55 PDT 2018
smeenai added subscribers: peter.smith, smeenai.
smeenai added a comment.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D44501
More information about the llvm-commits
mailing list