[PATCH] D121838: Generalize "check-all" umbrella targets, use for check-clang-tools

James Nagurne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 15:38:24 PDT 2022


JamesNagurne added a comment.

After some investigation, I found that we did not set LLVM_INCLUDE_TESTS from the top-level project. This seems like an oversight because we build the test-depends (and check-all) regularly.
After seeing LLVM_INCLUDE_TESTS to ON, the builds worked.

This commit cleaned things up and exposed that mistake.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121838



More information about the llvm-commits mailing list