[clang] [libunwind] [libunwind][WebAssembly] Make libunwind compilable (PR #92192)

Anton Korobeynikov via cfe-commits cfe-commits at lists.llvm.org
Fri May 17 12:41:52 PDT 2024


================
@@ -20,7 +20,7 @@
   .text
 #endif
 
-#if !defined(__USING_SJLJ_EXCEPTIONS__)
+#if !defined(__USING_SJLJ_EXCEPTIONS__) && !defined(__wasm__)
----------------
asl wrote:

Ok. Then does the clang change really belong here? `LIBUNWIND_USES_WASM_EXCEPTIONS` also seems to be unused.

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


More information about the cfe-commits mailing list