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

Heejin Ahn via cfe-commits cfe-commits at lists.llvm.org
Mon May 20 15:45:19 PDT 2024


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

Can I land this? Thank you for your review!

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


More information about the cfe-commits mailing list