CMake: Add a new configuration option LLVM_BUILD_CLANG that's
authorDouglas Gregor <dgregor@apple.com>
Thu, 14 Jul 2011 23:49:55 +0000 (23:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 14 Jul 2011 23:49:55 +0000 (23:49 +0000)
commite696436a7ef32d892e3f76f38e84146dacc232b5
treeb3b30c7d538829e5e9e747af9d340b3e31b91d13
parent4bb5b037126ea35f35d5a490b03ccffa8677fa5e
CMake: Add a new configuration option LLVM_BUILD_CLANG that's
available when Clang is found within the LLVM tree. If enabled (the
default), Clang will be built as part of LLVM. If disabled, Clang will
be skipped... and can be built by configuring a separate object
directory just for Clang. This helps break up the monolithic
LLVM+Clang project that many Clang developers use, improving
build/load times.

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