[libcxx-commits] [compiler-rt] [libcxx] [libcxxabi] [libunwind] [libunwind][libcxx][libcxxabi][compiler-rt-builtins] Fix Exception Handling build for wasm (PR #79667)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 26 05:46:17 PDT 2024
================
@@ -12,6 +12,7 @@
#include <libunwind.h>
#include "config.h"
+#ifndef __wasm__
----------------
EricWF wrote:
I feel like we could detect `__wasm__` or similar in CMake. And it feels like the right tool, though maybe not the most trivial to implement.
https://github.com/llvm/llvm-project/pull/79667
More information about the libcxx-commits
mailing list