[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:33:18 PDT 2018
jhenderson added a comment.
In https://reviews.llvm.org/D44899#1050204, @peter.smith wrote:
> With respect to parsing, at a recent conference one of the main requirements embedded developers had on ld.bfd was a machine readable (xml, json, etc.) map file. If ease of parsing is a concern, could we separate those concerns and have an alternative way to output the necessary information?
FWIW, parsing the map file is not restricted to just embedded developers - we have certainly had customers who wanted to parse the map file.
https://reviews.llvm.org/D44899
More information about the llvm-commits
mailing list