[libunwind] [libunwind] Enable wasm target for exceptions (PR #168449)

Heejin Ahn via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 23 17:17:14 PST 2025


================
@@ -254,6 +254,8 @@ aliasname:                                                                     \
 #define NO_EXEC_STACK_DIRECTIVE
 
 // clang-format on
+#elif defined(__wasm__)
+
----------------
aheejin wrote:

In which case wasm needs to include this file?

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


More information about the cfe-commits mailing list