[compiler-rt] [libcxx] [libcxxabi] [libunwind] [libunwind][libcxx][libcxxabi][compiler-rt-builtins] Fix Exception Handling build for wasm (PR #79667)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 25 15:12:34 PDT 2024
================
@@ -12,6 +12,7 @@
#ifndef __LIBUNWIND_EXT__
#define __LIBUNWIND_EXT__
+#ifndef __wasm__
----------------
EricWF wrote:
This feels like the wrong way to do this. We don't typically just if-def out a header for a particular platform.
Maybe track down the users of this header, and make them work under WASM?
https://github.com/llvm/llvm-project/pull/79667
More information about the cfe-commits
mailing list