[libunwind] [libunwind] Exlcude wasm build from using __declspec export (PR #168449)
Yerzhan Zhamashev via cfe-commits
cfe-commits at lists.llvm.org
Tue May 5 02:59:58 PDT 2026
================
@@ -75,7 +75,8 @@
#define _LIBUNWIND_EXPORT
#define _LIBUNWIND_HIDDEN
#else
- #if !defined(__ELF__) && !defined(__MACH__) && !defined(_AIX)
+ #if !defined(__ELF__) && !defined(__MACH__) && !defined(_AIX) && \
----------------
yerzham wrote:
The windows-specific paths can be updated with a separate PR, worth looking into other places and test if it does not break anything
https://github.com/llvm/llvm-project/pull/168449
More information about the cfe-commits
mailing list