[PATCH] D18911: ELF: Emit .eh_frame_hdr entries for FDEs with duplicate PCs.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 8 18:23:31 PDT 2016


rafael added a subscriber: rafael.
rafael added a comment.

How hard would it be to discard that part of the .eh_frame? Or at least not
include it in the index (reduce fde_count).

If I understand it correctly with this patch we create an empty range in
the binary search table, which is a bit odd.


http://reviews.llvm.org/D18911





More information about the llvm-commits mailing list