[libcxxabi] [libunwind] [libcxx] [libunwind][libcxx][libcxxabi] Fix Exception Handling build for wasm (PR #79667)
Louis Dionne via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 29 08:23:42 PST 2024
================
@@ -180,6 +180,7 @@
#endif
#define _LIBUNWIND_HIGHEST_DWARF_REGISTER \
_LIBUNWIND_HIGHEST_DWARF_REGISTER_LOONGARCH
+#elif defined(__wasm__)
----------------
ldionne wrote:
Why don't we define `_LIBUNWIND_CURSOR_SIZE` and friends on wasm?
https://github.com/llvm/llvm-project/pull/79667
More information about the cfe-commits
mailing list