[CMake] llvm-diff depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:28:18 +0000 (02:28 +0000)
committerChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:28:18 +0000 (02:28 +0000)
commit041c1102eb383b8bcd8e1550f69e9f1fd7806d85
tree97d3ba34f48548cd45ad49095a14065ae9c36bed
parent70390f5d22d44fcccdeca3db8ac7b07e61af78e4
[CMake] llvm-diff depends on intrinsics_gen

llvm-diff.cpp has the following include chain:

llvm/IR/Module.h
llvm/IR/Function.h
llvm/IR/Argument.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means llvm-diff needs to depend on intrinsics_gen.

llvm-svn: 287427
llvm/tools/llvm-diff/CMakeLists.txt