[CMake] llvm-split depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:20:38 +0000 (23:20 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:20:38 +0000 (23:20 +0000)
commit93fa1860d1accc10c5addfde0b31d7bd5cfeb74d
tree541a6ee55135ab88219d69b05a0b4090f15de7f7
parent26df11770edeac4f999a5e05cd6492e9e537c01f
[CMake] llvm-split depends on intrinsics_gen

llvm-split.cpp has the following include chain:

llvm/Bitcode/BitcodeWriter.h
llvm/IR/ModuleSummaryIndex.h
llvm/IR/Module.h
llvm/IR/Function.h
llvm/IR/Argument.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means llvm-split needs to depend on intrinsics_gen.

llvm-svn: 287399
llvm/tools/llvm-split/CMakeLists.txt