[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:32:44 PDT 2016
grimar added a comment.
In https://reviews.llvm.org/D23504#515209, @evgeny777 wrote:
> We have separate implementation for createPhrs() in Writer and LinkerScript, so I wonder why do you need this?
It is used when there are PHDRS commands. That is not this case.
https://reviews.llvm.org/D23504
More information about the llvm-commits
mailing list