[PATCH] D95199: [ELF] Write output sections in PT_LOAD segment order
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 22 16:59:20 PST 2021
MaskRay added a subscriber: grimar.
MaskRay added a comment.
In D95199#2514581 <https://reviews.llvm.org/D95199#2514581>, @pattop wrote:
> In fact, if https://reviews.llvm.org/D95198 is acceptable it is a separate justification for this change. In order to place program headers somewhere other than the lowest VMA in the program image something like this needs to happen.
Both this patch and D95198 <https://reviews.llvm.org/D95198> look a bit arbitrary to me. Please see my question in D95198 <https://reviews.llvm.org/D95198>. Also adding @grimar who has improved linker scripts a lot.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95199/new/
https://reviews.llvm.org/D95199
More information about the llvm-commits
mailing list