[PATCH] D106129: [ExecutionEngine] Check for libunwind before calling __register_frame

Harald van Dijk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 15 04:27:48 PDT 2021


hvdijk added a comment.

Thanks, I do have commit access, I'll push this once I can re-test against current main just to be sure.

I agree that it would be good to change libunwind's __register_frame to accept the same arguments that libgcc's version accepts, but I think we would need something like this patch regardless for the short term, as LLVM may be linked against older versions of libunwind that we will still want to support for now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106129



More information about the llvm-commits mailing list