On Wed, Aug 14, 2019 at 6:48 PM Chris Bieneman via cfe-commits
<cfe-commits@lists.llvm.org> wrote:
>
> Author: cbieneman
> Date: Wed Aug 14 09:49:52 2019
> New Revision: 368874
> --  ...
> +- In 9.0.0 and later Clang added a new target, clang-cpp, which generates a
> +  shared library comprised of all the clang component libraries and exporting
> +  the clang C++ APIs. Additionally the build system gained the new
> +  "CLANG_LINK_CLANG_DYLIB" option, which defaults Off, and when set to On, 
> will
> +  force clang (and clang-based tools) to link the clang-cpp library instead 
> of
> +  statically linking clang's components. This option will reduce the size of
> +  binary distributions at the expense of compiler performance.

Does this also work for Windows/MSVC builds?

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

Reply via email to