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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 12:54:28 PST 2018


ruiu added a comment.

Turned out that squashing adjascent .eh_frame pieces before printing saves a lot of lines. When I used it agianst MySQL, it reduced the number of lines for .eh_frame in a map file by half. So we probably should do this.


https://reviews.llvm.org/D44168





More information about the llvm-commits mailing list