[libc-commits] [libc] [libc] Add wasm support for some submodules in llvm-libc. (PR #154383)
via libc-commits
libc-commits at lists.llvm.org
Tue Aug 19 12:00:58 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__)
----------------
google-yfyang wrote:
Done. We don't need the linux errors so a separate file makes sense to me.
https://github.com/llvm/llvm-project/pull/154383
More information about the libc-commits
mailing list