================
@@ -71,17 +71,16 @@
 #endif
 
 #if defined(_LIBUNWIND_HIDE_SYMBOLS)
-  // The CMake file passes -fvisibility=hidden to control ELF/Mach-O 
visibility.
-  #define _LIBUNWIND_EXPORT
-  #define _LIBUNWIND_HIDDEN
+// The CMake file passes -fvisibility=hidden to control ELF/Mach-O visibility.
+#define _LIBUNWIND_EXPORT
+#define _LIBUNWIND_HIDDEN
+#elif !defined(__ELF__) && !defined(__MACH__) && !defined(_AIX) &&             
\
----------------
philnik777 wrote:

This seems like it should really just be `defined(_WIN32)`.

https://github.com/llvm/llvm-project/pull/215384
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to