Skip to content

Commit 93fa186

Browse files
author
Chris Bieneman
committed
[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. llvm-svn: 287399
1 parent 26df117 commit 93fa186

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/tools/llvm-split/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ set(LLVM_LINK_COMPONENTS
88

99
add_llvm_tool(llvm-split
1010
llvm-split.cpp
11+
12+
DEPENDS
13+
intrinsics_gen
1114
)

0 commit comments

Comments
 (0)