[PATCH] D59372: [yaml2obj]Allow explicit setting of p_filesz, p_memsz, and p_offset
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 15 03:08:17 PDT 2019
jhenderson added a comment.
Thanks! Just to note that this does NOT force the sections that are in the segments to appear at different offsets than they otherwise would. That will require some different changes at some point, which I would certainly appreciate, but don't need at the moment, because you can use the section's address align value to achieve the same effect usually.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59372/new/
https://reviews.llvm.org/D59372
More information about the llvm-commits
mailing list