Skip to content

Commit 76c9cdf

Browse files
committed
Update cmake.
1 parent a8d9173 commit 76c9cdf

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

llvm/lib/ModuleSplitter/CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ add_llvm_component_library(LLVMModuleSplitter
55
${LLVM_MAIN_INCLUDE_DIR}/llvm/ModuleSplitter
66

77
LINK_COMPONENTS
8-
Bitcode
98
Core
10-
IR
119
IRReader
10+
LLVMBitReader
11+
LLVMBitWriter
12+
LLVMModuleSplitter
1213
Support
13-
)
14+
TransformUtils
15+
)
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
set(LLVM_LINK_COMPONENTS
22
Core
33
IRReader
4+
LLVMBitReader
5+
LLVMBitWriter
46
LLVMModuleSplitter
57
Support
8+
TransformUtils
69
)
710

811
add_llvm_tool(llvm-module-splitter
912
llvm-module-splitter.cpp
10-
1113
)

0 commit comments

Comments
 (0)