1
0
mirror of https://github.com/RPCSX/llvm.git synced 2024-12-13 14:46:53 +00:00
llvm/tools/llvm-split
Chris Bieneman b7195e783b [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
2016-11-18 23:20:38 +00:00
..
CMakeLists.txt [CMake] llvm-split depends on intrinsics_gen 2016-11-18 23:20:38 +00:00
llvm-split.cpp Split Bitcode/ReaderWriter.h into separate reader and writer headers 2016-11-11 05:34:58 +00:00
LLVMBuild.txt