[PATCH] D68448: [clang-tools-extra] [cmake] Link against libclang-cpp whenever possible
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 4 13:20:19 PDT 2019
beanz added a comment.
In D68448#1694284 <https://reviews.llvm.org/D68448#1694284>, @sylvestre.ledru wrote:
> More dynamic, less static usage :)
More dynamic, less static isn't always a good thing. It saves disk space at the expense of performance. The option that controls this is `CLANG_LINK_CLANG_DYLIB`, which is mentioned in the clang 9.0 release notes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68448/new/
https://reviews.llvm.org/D68448
More information about the cfe-commits
mailing list