[PATCH] D74564: libclang: Add static build support for Windows

Ivan Donchevskii via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 16 23:27:14 PST 2020


yvvan added a comment.

Please, upload patches with context (-U9999).



================
Comment at: clang/include/clang-c/Platform.h:31
+#elif defined(CINDEX_EXPORTS)
+  #define CINDEX_LINKAGE __attribute__((visibility("default")))
+#endif
----------------
Is it different from just leaving CINDEX_LINKAGE empty?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74564/new/

https://reviews.llvm.org/D74564





More information about the cfe-commits mailing list