[PATCH] D44899: [ELF] - Print LMA in a -Map file.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 11:18:44 PDT 2018


ruiu added a comment.

I don't think we should emit LMA only when LMA is different from VMA. Consistent output format is not only better for tools that parses map file output, but also less confusing for people. I also don't think that we should display LMA as "-" when it's the same as VMA. That's I think just hard to interpret even for humans.

So I'm fine with this format.


https://reviews.llvm.org/D44899





More information about the llvm-commits mailing list