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

Yerzhan Zhamashev via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 21 06:33:02 PST 2026


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

True, since https://github.com/llvm/llvm-project/pull/162581, tested out the sysroot build without this and it works fine

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


More information about the cfe-commits mailing list