[PATCH] D44494: [libunwind] Support __register_frame with a full .eh_frame section
Saleem Abdulrasool via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 28 13:39:55 PDT 2018
compnerd requested changes to this revision.
compnerd added a comment.
This revision now requires changes to proceed.
I really don't like this approach. I think that we should introduce a different entry point for this behavior rather than saying that we go through the existing interface. Having a reference to the `.eh_frame_hdr` seems better, as it would be better to make use of that optimization and we already have handling for that in libunwind.
https://reviews.llvm.org/D44494
More information about the cfe-commits
mailing list