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

Kazushi Marukawa via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 16 01:20:24 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__)
----------------
kaz7 wrote:

Thanks a lot!!

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


More information about the cfe-commits mailing list