[CMake] Treating LLVM_INCLUDE_TOOLS, which is a bool, as a string to change behaviors...
authorChris Bieneman <beanz@apple.com>
Mon, 22 Jun 2015 21:58:02 +0000 (21:58 +0000)
committerChris Bieneman <beanz@apple.com>
Mon, 22 Jun 2015 21:58:02 +0000 (21:58 +0000)
commitcf300d8b0e103f5a022a8b2768ffa926f0b6d4aa
treeb5f3cc4a6d3a30c736795b0cac08b129dd005be1
parente903f64b10dc61461b135425460efb63346f0fed
[CMake] Treating LLVM_INCLUDE_TOOLS, which is a bool, as a string to change behaviors of the build is a dirty hack. We shouldn't do it.

Summary: I don't think anyone is relying on this behavior for bootstrapping (because I don't think it works), but if you do need it, speak now or forever hold your peace.

Reviewers: chapuni, samsonov

Reviewed By: samsonov

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D10613

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240344 91177308-0d34-0410-b5e6-96231b3b80d8
tools/CMakeLists.txt