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

Peter S. Housel via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 18 13:17:56 PDT 2021


housel added a comment.

In D111863#3069279 <https://reviews.llvm.org/D111863#3069279>, @lhames wrote:

> I think the ORC runtime provides a much more natural way to test this. Did you manage to come up with some ORC-runtime based tests in the end?

My current plan is to automate what I've been doing manually, namely running a test of C++ exception handling using `llvm-jitlink`, both with the default configuration (using libgcc-provided unwinding), and with libunwind `LD_PRELOAD`ed to force it as the unwinding provider.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111863



More information about the libcxx-commits mailing list