[PATCH] D67585: [clang] [cmake] Make building dylib optional

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 14 09:33:53 PDT 2019


mgorny added a comment.

In D67585#1670422 <https://reviews.llvm.org/D67585#1670422>, @beanz wrote:

> In D67585#1670420 <https://reviews.llvm.org/D67585#1670420>, @mgorny wrote:
>
> > Sure but I want to build-test practically everything else. I wouldn't mind if this didn't basically kill my test system by resource exhaustion
>
>
> You can use the ‘LLVM_DISTRIBUTION_COMPONENTS’ option to create a build test target that includes the things you care to test.


This is really much more work than disabling the one component I don't need or care for, especially when I do shared lib build and therefore the additional library is entirely useless.


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

https://reviews.llvm.org/D67585





More information about the cfe-commits mailing list