[PATCH] D42960: [ELF] Add .eh_frame pieces to map file
Andrew Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 8 02:22:24 PST 2018
andrewng added a comment.
There are also some slight differences in the output between this implementation and the one in https://reviews.llvm.org/D44168. This patch does not output the "+0x0" for a zero offset and outputs the input section's alignment for the "Align" column. Which style of output is preferred?
https://reviews.llvm.org/D42960
More information about the llvm-commits
mailing list