[compiler-rt] [libcxx] [libcxxabi] [libunwind] [libunwind][libcxx][libcxxabi][compiler-rt-builtins] Fix Exception Handling build for wasm (PR #79667)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 26 05:24:26 PDT 2024
================
@@ -12,6 +12,7 @@
#include <libunwind.h>
#include "config.h"
+#ifndef __wasm__
----------------
trcrsired wrote:
then it has to change cmake file, which is annoying for users.
https://github.com/llvm/llvm-project/pull/79667
More information about the llvm-commits
mailing list