[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:44:14 PST 2024


================
@@ -180,6 +180,7 @@
 #endif
 #define _LIBUNWIND_HIGHEST_DWARF_REGISTER                                      \
   _LIBUNWIND_HIGHEST_DWARF_REGISTER_LOONGARCH
+#elif defined(__wasm__)
----------------
trcrsired wrote:

What is the correct value here? I mean if you give users a number and they may make wrong assumptions here.

https://github.com/llvm/llvm-project/pull/79667


More information about the cfe-commits mailing list