[CMake] llvm-extract depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:33:57 +0000 (02:33 +0000)
committerChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:33:57 +0000 (02:33 +0000)
commit1bc4fab8cda6173621ae18bd8e0f6f5ba2dd44ca
tree30f06bca838abfebd49ebde37c57d8f91326f64c
parent4e826e098600c2a51e90bf453fae696040fd4c55
[CMake] llvm-extract depends on intrinsics_gen

llvm-extract.cpp has the following include chain:

llvm/Bitcode/BitcodeWriterPass.h
llvm/IR/PassManager.h
llvm/IR/Function.h
llvm/IR/Argument.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means llvm-extract needs to depend on intrinsics_gen.

llvm-svn: 287430
llvm/tools/llvm-extract/CMakeLists.txt