[libcxxabi] [libunwind] [libcxx] [libunwind][libcxx][libcxxabi] Fix Exception Handling build for wasm (PR #79667)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 3 05:41:56 PST 2024
================
@@ -15,6 +15,7 @@
#include <__libunwind_config.h>
+#ifndef __wasm__
----------------
trcrsired wrote:
it does not compile. all the definitions are not defined
https://github.com/llvm/llvm-project/pull/79667
More information about the cfe-commits
mailing list