[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
Wed Mar 30 02:12:02 PDT 2016


grimar abandoned this revision.
grimar added a comment.

This one not correct, we *should* create PT_LOADs. What we want is not to change VA (align to PT_LOAD etc) when using linkerscript still, I'll post different version for that.


http://reviews.llvm.org/D18317





More information about the llvm-commits mailing list