[libunwind] [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (PR #73196)

Heejin Ahn via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 15 20:09:06 PST 2024


================
@@ -26,7 +26,7 @@
 #include <sanitizer/asan_interface.h>
 #endif
 
-#if !defined(__USING_SJLJ_EXCEPTIONS__)
+#if !defined(__USING_SJLJ_EXCEPTIONS__) || !defined(__USING_WASM_EXCEPTIONS__)
----------------
aheejin wrote:

Sorry, fixed in #78230.

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


More information about the cfe-commits mailing list