]> granicus.if.org Git - llvm/commit
[CMake] llvm-stress depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:25:54 +0000 (02:25 +0000)
committerChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:25:54 +0000 (02:25 +0000)
commit255346047f2fa29d742356f537e533fedcd47a73
treed5f4f60dc610341fd8823d2e75e210bfa96c2dd8
parent801fb8c030e311ee158f3598cccec2dc7cb68cb8
[CMake] llvm-stress depends on intrinsics_gen

llvm-stress.cpp has the following include chain:

llvm/Analysis/CallGraphSCCPass.h
llvm/Analysis/CallGraph.h
llvm/IR/CallSite.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means llvm-stress needs to depend on intrinsics_gen.

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