[PATCH] D28898: [ELF] - Allow emulation to be different from input objects target.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 11:27:57 PST 2017


ruiu added a comment.

If I understand correctly, you are trying to do this thing in this patch: set alternative values to page size, max page size and image base if -m is specified. Is this correct?

If so, I think this patch does that in a convoluted way.


https://reviews.llvm.org/D28898





More information about the llvm-commits mailing list