]> granicus.if.org Git - llvm/commit
[CMake] llvm-split depends on intrinsics_gen
authorChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:20:38 +0000 (23:20 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 18 Nov 2016 23:20:38 +0000 (23:20 +0000)
commitb7195e783b135fa955809189bc40454763d6c1f8
tree3de2223f4508609656d0c0070291893242cec32a
parent456e0ea237ff6ad70a3c79a0b362686f4c0c7583
[CMake] llvm-split depends on intrinsics_gen

llvm-split.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-split needs to depend on intrinsics_gen.

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