You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using LTO, the compiler may emit a `_Unwind_Resume` call rather
than a `__cxa_end_cleanup` at the end of a landing pad. Calling GCC's
unwinder while the estell unwinder is running will be UB. This wraps
that API to call our `__cxa_end_cleanup`. The pointer to the
current exception object passed to _Unwind_Resume, is ignored.
0 commit comments