[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
Mon Mar 21 11:56:58 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.


Well, I don't want argue with that now. I hope tomorrow will post a patch for initial location counter support (from linker script). Lets then return back to this after that.


http://reviews.llvm.org/D18317





More information about the llvm-commits mailing list