[PATCH] D44004: [ELF] - Show data commands in the map file.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 2 11:25:30 PST 2018


ruiu added a comment.

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.


https://reviews.llvm.org/D44004





More information about the llvm-commits mailing list