[CMake] bugpoint depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:25:30 +0000 (23:25 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:25:30 +0000 (23:25 +0000)
commit6cc58e09c8500680ddb562af0558c9faa077ace4
tree099135f028cee9d8524443e41394beb08197fd90
parent53877afcb023523d1468240400400d376d1a85e6
[CMake] bugpoint depends on intrinsics_gen

CrashDebugger.cpp has the following include chain:

llvm/Analysis/TargetTransformInfo.h
llvm/IR/IntrinsicInst.h
llvm/IR/Function.h
llvm/IR/Argument.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means bugpoint needs to depend on intrinsics_gen.

llvm-svn: 287402
llvm/tools/bugpoint/CMakeLists.txt