]> granicus.if.org Git - llvm/commit
[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)
commit2e7d7fa23fc3c8daee47a4a3defe144280629b5e
tree82c297f53bf51c0b65cc48d0bb4c05f4196c566c
parentef6571d1c31a2f6265462f2e4351646536958870
[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.

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