Commits

Michael Gottesman committed 224d76391cb
[cmake] Follow LLVM/Clang's example and use add_llvm_subdirectory and invoke add_llvm_subdirectory when adding tools/libs. This allows us to selectively disable the building of tools by setting the variable SWIFT_{TOOL,LIB}_XXX_BUILD=OFF. This is done by introducing the macros: add_swift_{lib,tool}_subdirectory.