[PATCH] D18317: [ELF] - Don't create PT_LOAD's when linking script is used.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 27 07:21:16 PDT 2016


grimar added a comment.

In http://reviews.llvm.org/D18317#379575, @ruiu wrote:

> I think this patch implemented an edge case of the linker script. The general case is that, if a linker script is given, then section layout needs to be determined by the script. Once we implement the linker script support, I don't think it would execute this code path because we would have a different code path for the linker script. In that sense this patch does not solve a problem or prepare for the linker script support.


So sorry, I am a bit late with that, but I finally posted a patch implementing few ideas about initial location counter support and this one is a dependency :)
(http://reviews.llvm.org/D18499)


http://reviews.llvm.org/D18317





More information about the llvm-commits mailing list