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
After commit 2b4fa53, clang has started emitting unexpected __cxa_guard_acquire and __cxa_guard_release checks for static variables in functions in Objective-C code. This breaks a lot of downstream Objective-C code that doesn't have any C++ and doesn't link with libc++/libc++abi.