]> granicus.if.org Git - llvm/commit
[CMake] LTO depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:03:51 +0000 (23:03 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:03:51 +0000 (23:03 +0000)
commit7fd026bab495423387ca88ea0273e2f08603b946
treead5712339a04b9b2ea69e9e2b435397ace102a5b
parent5527d64b741395c96e18531dd5b00d7e8e0fa43d
[CMake] LTO depends on intrinsics_gen

lto.cpp has the following include chain:

llvm/Bitcode/BitcodeReader.h
llvm/IR/ModuleSummaryIndex.h
llvm/IR/Module.h
llvm/IR/Function.h
llvm/IR/Argument.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means LTO needs to depend on intrinsics_gen.

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