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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to