[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)
commit70390f5d22d44fcccdeca3db8ac7b07e61af78e4
treea022d2c66bf77d18973f08c15c09e84d7a476636
parentd9d28a74b59f182c10e3971f1d5ff9387e1d88cb
[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.

llvm-svn: 287426
llvm/tools/llvm-stress/CMakeLists.txt