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
This may become a problem in the future, but for now it won't actually happen unless libunwind does switch to using -fexceptions to compile the whole library
To build a libunwind that reproduces this problem, we need to hack the build system:
See #121819 for background context
This may become a problem in the future, but for now it won't actually happen unless libunwind does switch to using
-fexceptions
to compile the whole libraryTo build a libunwind that reproduces this problem, we need to hack the build system:
Then use
-flto=thin
to compile any source and link them with libunwind.a:report.zip (lld reproduce)
The text was updated successfully, but these errors were encountered: