[libcxx-commits] [PATCH] D128998: [libunwind] Handle G in personality string

Florian Mayer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 15 10:06:16 PDT 2022


fmayer added a comment.

In D128998#3721563 <https://reviews.llvm.org/D128998#3721563>, @MaskRay wrote:

> About `__unw_clean_step`:
>
> libunwind/src/libunwind_ext.h provides a bunch of API which are not implemented by https://github.com/libunwind/libunwind .
> Before we settle on an API there, it's worth raising an issue on https://github.com/libunwind/libunwind and giving them some time for the API design.

AFAICT my change does not in fact expose a new API, because it does not use `_LIBUNWIND_WEAK_ALIAS`, so `__unw_clean_step` will remain hidden visiblity.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128998



More information about the libcxx-commits mailing list