[PATCH] D68520: [cmake] Fix clang builds with BUILD_SHARED=ON and CLANG_LINK_CLANG_DYLIB=ON

Tom Stellard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 12 14:56:38 PST 2019


tstellar added a comment.

In D68520#1782387 <https://reviews.llvm.org/D68520#1782387>, @tstellar wrote:

> After thinking about this more, do we want to even try to support the BUILD_SHARED=ON + CLANG_LINK_CLANG_DYLIB=ON configuration?  We don't support this in llvm.


Actually, even if we don't support this in clang, we still need to fix this.  Otherwise libclang-cpp.so will not be useable at all when clang has been built with BUILD_SHARED=ON .


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68520





More information about the cfe-commits mailing list