[libc-commits] [libc] [libc] Add wasm support for some submodules in llvm-libc. (PR #154383)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Wed Aug 20 09:53:06 PDT 2025
================
@@ -16,7 +16,12 @@
namespace LIBC_NAMESPACE_DECL {
LIBC_INLINE_VAR constexpr const MsgTable<4> STDC_ERRORS = {
+#ifdef __EMSCRIPTEN__
+ // For now, match the musl name for errno 0.
----------------
michaelrj-google wrote:
I think the existing strings in LLVM-libc are meant to match glibc.
https://github.com/llvm/llvm-project/pull/154383
More information about the libc-commits
mailing list