[PATCH] D44168: [ELF] Add .eh_frame pieces to map file

Andrew Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 11:14:16 PST 2018


andrewng added a comment.

I agree that this change is simpler, but it also doesn't produce the same output as https://reviews.llvm.org/D42960. Part of the reason for the "complexity" in my change in https://reviews.llvm.org/D42960 was to try to prevent the map file output from getting too big/verbose.

However, this output is certainly more clear/explicit, if potentially rather verbose.


https://reviews.llvm.org/D44168





More information about the llvm-commits mailing list