[PATCH] D61909: Add Clang shared library with C++ exports
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 15 12:36:51 PDT 2019
beanz added a comment.
In D61909#1503433 <https://reviews.llvm.org/D61909#1503433>, @winksaville wrote:
> IMHO "`BUILD_CLANG_DYLIB`" is needed. As you have it now libclang_shared.so is always builds on UNIX systems, which I believe means that all linux distros would have both increasing their sizes.
Distributions shouldn't be installing `all` unless they really want everything and the kitchen sink. We have the `LLVM_DISTRIBUTION_COMPONENTS` so that distributions can decide which pieces of the LLVM & Clang distributions they want to install. That is the cleanest mechanism for curating an install.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61909/new/
https://reviews.llvm.org/D61909
More information about the cfe-commits
mailing list