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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 11:51:51 PDT 2016


ruiu added a comment.

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.


http://reviews.llvm.org/D18317





More information about the llvm-commits mailing list