================
@@ -12,6 +12,7 @@
 #ifndef __LIBUNWIND_EXT__
 #define __LIBUNWIND_EXT__
 
+#ifndef __wasm__
----------------
trcrsired wrote:

wasm has its own exception handling mechanism. i do not know why 
__USING_WASM_EXCEPTION__ is not defined, because the author of the code did not 
change the upstream code correctly i guess.

https://github.com/llvm/llvm-project/pull/79667
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to