[PATCH] D41619: [llvm-objcopy] Use physical instead of virtual address when aligning and placing sections in binary
Jake Ehrlich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 3 15:33:36 PST 2018
jakehehrlich added a comment.
> I assume that the virtual address alignment requirement for binary output is not the same as for ELF output
There's no spec to go off for that case so I'm not sure. One the one hand it means there's no spec to violate but on the other hand there might be a colloquially correct option that we have no means of looking up. My normal goto on questions like this is Roland here but Roland is OOO from some unknown amount of time. No one else I've talked to knows the answer to this either.
https://reviews.llvm.org/D41619
More information about the llvm-commits
mailing list