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

The problem is that __WASM_EXCEPTIONS__ macro is not defined by clang, so using 
any other the header without __wasm__ will trigger ODR violation. Remote 
unwinding is not a thing for wasm, so i do not see what's wrong here

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