[PATCH] D44501: COFF: Move assignment of section offsets to assignAddresses(). NFCI.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 15 02:42:31 PDT 2018


mstorsjo added a comment.
Herald added a reviewer: javed.absar.

> 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.


Repository:
  rL LLVM

https://reviews.llvm.org/D44501





More information about the llvm-commits mailing list