[compiler-rt] [libcxx] [libcxxabi] [libunwind] [libunwind][libcxx][libcxxabi][compiler-rt-builtins] Fix Exception Handling build for wasm (PR #79667)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 1 09:04:54 PDT 2024
================
@@ -10,6 +10,7 @@
#ifndef LIBUNWIND_CET_UNWIND_H
#define LIBUNWIND_CET_UNWIND_H
+#ifndef __wasm__
----------------
EricWF wrote:
Again, I don't think `#ifdef`-ing out entire headers is the best way to do this, or is even necessary.
https://github.com/llvm/llvm-project/pull/79667
More information about the cfe-commits
mailing list