[PATCH] D82159: Add a cmake warning when someone tries to configure clang-tools-extra without clang

David Truby via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 04:43:32 PDT 2020


DavidTruby added a comment.

I agree that we might want to abstract this somewhere as I can imagine other subprojects wanting to do it as well. It would probably be nicer for the dependency to appear in the subproject CMakeLists but I'm not sure if that's possible.
Perhaps we should change the STATUS message to a WARNING for flang too, or at least keep both the same?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82159





More information about the llvm-commits mailing list