]> granicus.if.org Git - llvm/commit
[CMake] llvm-lto2 depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 03:19:58 +0000 (03:19 +0000)
committerChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 03:19:58 +0000 (03:19 +0000)
commitc466a4a7fd1e9f418c479f787d42e5b08e6a838c
treefa5a1265782301b9a2e50126b10a6f80215da082
parentf6f5514e8f4dabb28129b661ee47c60835e91838
[CMake] llvm-lto2 depends on intrinsics_gen

llvm-lto2.cpp has the following include chain:

llvm/LTO/Caching.h
llvm/LTO/LTO.h
llvm/CodeGen/Analysis.h
llvm/IR/CallSite.h
llvm/IR/Attributes.h
llvm/IR/Attributes.gen

This means llvm-lto2 needs to depend on intrinsics_gen.

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