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

Andrew Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 15 08:08:34 PDT 2018


andrewng added a comment.

Looking at the EhFrameSection writing and finalize code, it would seem that
some kind of alignment is being applied. This aligning is also the reason
why for x86_64 the mapping of CIE/FDE's to the output is so fragmented,
because all input we have seen is 4-byte aligned, but LLD uses 8-byte
alignment for the output.

Cheers,
Andrew


Repository:
  rL LLVM

https://reviews.llvm.org/D44168





More information about the llvm-commits mailing list