[PATCH] D44004: [ELF] - Show data commands in the map file.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 5 00:55:14 PST 2018
grimar planned changes to this revision.
grimar added a comment.
In https://reviews.llvm.org/D44004#1025788, @ruiu wrote:
> GNU linker's output (for example `. = (. + 0x100)`) looks useful but I don't think showing only data command is not that useful given that the usage is low. Also, that's not a difficult or interesting part of debugging linker scripts. So I don't think we don't want this unless you have a plan to extend it to show all linker scripts commands.
Yes, my intention was to support `. = (. + 0x100)` and this one was a first step. I'll extend the patch and update then.
https://reviews.llvm.org/D44004
More information about the llvm-commits
mailing list