[CMake] Exclude intrinsics_gen from LLVM_COMMON_DEPENDS in LLVMConfig.cmake
authorChris Bieneman <beanz@apple.com>
Tue, 4 Oct 2016 17:44:28 +0000 (17:44 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 4 Oct 2016 17:44:28 +0000 (17:44 +0000)
commit6816973723590ece2b7e77f4b3c9c14153fb4bc8
tree434f095ce94aad10d3f86fea74155f4b5005fe1e
parent6ab4476835c1cc52a7f94a61941ec23d57746123
[CMake] Exclude intrinsics_gen from LLVM_COMMON_DEPENDS in LLVMConfig.cmake

CMake requires that all targets expressed as dependencies exist, so we can't have intrinsics_gen in LLVM_COMMON_DEPENDS when it is written out, otherwise projects building out of tree will have CMake errors.

llvm-svn: 283234
llvm/cmake/modules/CMakeLists.txt