[PATCH] D61909: Add Clang shared library with C++ exports

Ethan Sommer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 21 06:11:43 PDT 2019


E5ten added a comment.

I might be doing something wrong but this seems to have broken BUILD_SHARED_LIBS for me in that even with that enabled clang is built as a bunch of static libraries linked into a shared one like this patch is supposed to make it do, while I thought that BUILD_SHARED_LIBS was supposed to make it create a bunch of shared libraries as it did before with libclang and still does with libLLVM.


Repository:
  rC Clang

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

https://reviews.llvm.org/D61909





More information about the cfe-commits mailing list