[PATCH] D32631: Speed up the -Map option.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 08:16:23 PDT 2017


ruiu added a comment.

I implemented Peter's suggestion to collect all symbols first, and then print them out in the increasing VA order. It turned out that doesn't print out all output sections because some sections doesn't have symbols at all. For example, .eh_frame doesn't have any symbols that point to the section. There might be some way to handle this, but I'll leave it alone for now.


https://reviews.llvm.org/D32631





More information about the llvm-commits mailing list