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

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 6 13:00:00 PDT 2020


stephenneuendorffer added a comment.

I'd advocate for issuing a message (along the lines of "clang-tools-extra is enabled, which depends on 'clang'.  Automatically enabling 'clang'."  and 'doing the right thing' by enabling clang.
In fact, this seems to be a common enough paradigm that it should be handled in the cmake infrastructure.


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