]> granicus.if.org Git - llvm/commit
[CMake] bugpoint-passes depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:20:59 +0000 (02:20 +0000)
committerChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:20:59 +0000 (02:20 +0000)
commit801fb8c030e311ee158f3598cccec2dc7cb68cb8
tree44707b49a4853af9827285cc02674bebd856b495
parent9f6a4f377e41f0ffdd1a845e19f6c3d37078a8d1
[CMake] bugpoint-passes depends on intrinsics_gen

TestPasses.cpp has the following include chain:

llvm/IR/InstVisitor.h
llvm/IR/CallSite.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means bugpoint-passes needs to depend on intrinsics_gen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287425 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint-passes/CMakeLists.txt