hanchenye-llvm-project/clang/cmake/modules
Michael Gottesman eb396a6cbf Add CLANG_BUILD_TOOLS as a clang counterpart for LLVM_BUILD_TOOLS
LLVM_BUILD_TOOLS is a boolean variable that controls whether or not generated
targets for llvm tools are built by the "all" target. CLANG_BUILD_TOOLS is an
analogous variable for clang targets.

This is useful functionality for selectively disabling the building of clang
targets by default to speed up builds.

In terms of implementation, I just followed the model of LLVM's implementation
of this functionality.

llvm-svn: 275006
2016-07-10 01:44:00 +00:00
..
AddClang.cmake Add CLANG_BUILD_TOOLS as a clang counterpart for LLVM_BUILD_TOOLS 2016-07-10 01:44:00 +00:00
CMakeLists.txt [ClangConfig] Store all of the targets exported in the variable CLANG_EXPORTED_TARGETS. 2016-06-29 21:59:23 +00:00
ClangConfig.cmake.in [cmake] Remove stale comment. NFC. 2016-06-30 05:51:18 +00:00