================
@@ -166,7 +166,7 @@ if(ENABLE_SHARED)
     set_target_properties(libclang
       PROPERTIES
       VERSION ${LIBCLANG_LIBRARY_VERSION}
-      DEFINE_SYMBOL _CINDEX_LIB_)
+      DEFINE_SYMBOL _CINDEX_LIB_  DEFINE_SYMBOL CLANG_EXPORTS)
----------------
compnerd wrote:

This will override the `_CINDEX_LIB_` symbol, so this seems incorrect.

https://github.com/llvm/llvm-project/pull/108276
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to