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

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 16 07:47:38 PDT 2018


mstorsjo added a comment.

Ok, after rereading the ELF linker code, I kinda see how it works. Although the ELF linker already has this neat, generic thunk generation system while the COFF one doesn't have that yet. I guess we should replicate something at least kind of like that generic thunk creation system for COFF.


Repository:
  rL LLVM

https://reviews.llvm.org/D44501





More information about the llvm-commits mailing list