]> granicus.if.org Git - llvm/commit
[CMake] llvm-link depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:36:28 +0000 (02:36 +0000)
committerChris Bieneman <beanz@apple.com>
Sat, 19 Nov 2016 02:36:28 +0000 (02:36 +0000)
commitf11a790abc2fc375163e46bd0119b43278477e84
treeff31e6f81ca8e44590957fe714491e10284ef868
parent4339d8bd938dd9783f5bae03cf5075f3751cc26a
[CMake] llvm-link depends on intrinsics_gen

llvm-link.cpp has the following include chain:

llvm/Bitcode/BitcodeWriter.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 llvm-link needs to depend on intrinsics_gen.

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