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
Avoid setting _LIBCPP_HAS_CATOPEN in libcxx. NFC. (#13741)
This is to avoid unnecessary calls to the message catalog functions,
which are currently not supported within Emscripten.
Note that since musl v1.1.24 these functions are supported, but this
would then add a dependency on `__map_file` (which is currently no-op).
0 commit comments