[CMake] llc depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:12:03 +0000 (02:12 +0000)
committerChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:12:03 +0000 (02:12 +0000)
commite5cb14cf27aa24eb52de4acb19ca0dd5026d3905
tree27dd7f55ebc77b9decb4fe38fe7e4a4ce7cb96d7
parentd7f71b51871504bfb315d24246a7bd83b7576e5c
[CMake] llc depends on intrinsics_gen

llc.cpp has the following include chain:

llvm/Analysis/TargetLibraryInfo.h
llvm/IR/Function.h
llvm/IR/Argument.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means llc needs to depend on intrinsics_gen.

llvm-svn: 287422
llvm/tools/llc/CMakeLists.txt