[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 Sep 3 10:57:06 PDT 2025
================
@@ -9,7 +9,7 @@
#ifndef LLVM_LIBC_SRC___SUPPORT_STRINGUTIL_PLATFORM_ERRORS_H
#define LLVM_LIBC_SRC___SUPPORT_STRINGUTIL_PLATFORM_ERRORS_H
-#if defined(__linux__) || defined(__Fuchsia__)
+#if defined(__linux__) || defined(__Fuchsia__) || defined(__EMSCRIPTEN__)
----------------
michaelrj-google wrote:
If your plan is to always match the set of linux errors, then this is fine.
https://github.com/llvm/llvm-project/pull/154383
More information about the libc-commits
mailing list