cristian.adam added a comment.

> The problem is (I believe) that `add_clang_library(libclang ` is passed 
> `${ENABLE_SHARED}` and that used to be true on Windows but no longer is after 
> your change (due to the change in line 80 in your original change), so 
> libclang.dll isn't built at all any longer. If it was still built, the 
> `_CINDEX_LIB_` logic around line 128 wouldn't be passed for the same reason.

Right, I've uploaded a new patch which should take care of it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74907



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to