[libcxxabi] [libunwind] [libcxx] [libunwind][libcxx][libcxxabi] Fix Exception Handling build for wasm (PR #79667)

via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 3 05:43:24 PST 2024


================
@@ -12,6 +12,7 @@
 #include <libunwind.h>
 
 #include "config.h"
+#ifndef __wasm__
----------------
trcrsired wrote:

the problem is that the debugging code needs in libunwind

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


More information about the cfe-commits mailing list