[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 Mar 14 16:20:55 PDT 2018


pcc created this revision.
pcc added a reviewer: ruiu.
Herald added a subscriber: kristof.beyls.

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.


https://reviews.llvm.org/D44501

Files:
  lld/COFF/MapFile.cpp
  lld/COFF/PDB.cpp
  lld/COFF/Writer.cpp
  lld/COFF/Writer.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44501.138473.patch
Type: text/x-patch
Size: 5251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180314/f7a902d4/attachment.bin>


More information about the llvm-commits mailing list