[PATCH] D44899: [ELF] - Print LMA in a -Map file.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 28 02:14:53 PDT 2018
jhenderson added a comment.
Do we always want to show LMAs and VMAs? In some (possibly many) systems, the LMA will always match the VMA, so it seems like a lot of noise that doesn't benefit many consumers. Perhaps this could be put under an extra switch? Something like "--show-lma-in-map" (happy with a better name)?
https://reviews.llvm.org/D44899
More information about the llvm-commits
mailing list