[PATCH] D111863: [libunwind] Add an interface for dynamic .eh_frame registration

Peter S. Housel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 19 09:44:44 PDT 2021


housel added a comment.

In D111863#3072829 <https://reviews.llvm.org/D111863#3072829>, @joerg wrote:

> Are you mixing up of `__register_frame` and `__register_frame_info`?

No? FreeBSD doesn't patch `__register_frame_info`, and so (like base libunwind) it does nothing in the code I linked.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111863/new/

https://reviews.llvm.org/D111863



More information about the cfe-commits mailing list