[PATCH] D75676: [cmake] Pass test and doc options down to CrossCompile

Maciej Jesionowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 5 04:56:45 PST 2020


yavn added a comment.

Hi, additional explanation (as I didn't want it in the commit message):

I'd like to make a change that can be useful when sparsely checking out code just for build purposes. For example, I'd like to exclude the llvm/test directory from the checkout because it is quite big. The test directory is not used if LLVM_INCLUDE_TESTS is set to OFF, but the CrossCompile module didn't take that into account, generating an error at build generation time. This patch fixes that issue by forwarding the options.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75676





More information about the llvm-commits mailing list