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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 7 13:54:09 PST 2018


ruiu added a comment.

Yeah, I think I slightly prefer my implementation because even though it is slightly inefficient (because it creates an intermediate vector), it is a bit easier to read. Or you can swap the function body with mine if you want.


https://reviews.llvm.org/D42960





More information about the llvm-commits mailing list