[PATCH] D23504: [ELF] - Move PT_LOADs creation logic to Writer::createLoads()

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 05:28:07 PDT 2016


grimar created this revision.
grimar added a reviewer: ruiu.
grimar added subscribers: llvm-commits, grimar, davide, evgeny777.

Logic of PT_LOADS segments creation can be different depending on
was linkerscript used or not.
Patch separates logic in the way to give ability to easy overide it with linker
specific logic of PT_LOADS creation.

https://reviews.llvm.org/D23504

Files:
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23504.68021.patch
Type: text/x-patch
Size: 3868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160815/c0d994cf/attachment.bin>


More information about the llvm-commits mailing list