[cmake] Remove llvm from LLVM_ALL_PROJECTS
authorShoaib Meenai <smeenai@fb.com>
Fri, 8 Mar 2019 21:10:22 +0000 (21:10 +0000)
committerShoaib Meenai <smeenai@fb.com>
Fri, 8 Mar 2019 21:10:22 +0000 (21:10 +0000)
commit7a462ab7ae7d4fe45eace5942519bf305391e11f
tree78d3f859ce44dc7e84118a82a72cad7a38190e2e
parent13661a9c44cb13ced5b49da1e3faa5ec2350136f
[cmake] Remove llvm from LLVM_ALL_PROJECTS

LLVM is always built; including it in LLVM_ENABLE_PROJECTS has no
effect, but since it's in LLVM_ALL_PROJECTS, we produce a confusing
message about it being disabled. Drop it from LLVM_ALL_PROJECTS to avoid
this. Pointed out by David Greene on the mailing list [1].

[1] http://lists.llvm.org/pipermail/llvm-dev/2019-March/130854.html

llvm-svn: 355735
llvm/CMakeLists.txt