We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d9173 commit 76c9cdfCopy full SHA for 76c9cdf
llvm/lib/ModuleSplitter/CMakeLists.txt
@@ -5,9 +5,11 @@ add_llvm_component_library(LLVMModuleSplitter
5
${LLVM_MAIN_INCLUDE_DIR}/llvm/ModuleSplitter
6
7
LINK_COMPONENTS
8
- Bitcode
9
Core
10
- IR
11
IRReader
+ LLVMBitReader
+ LLVMBitWriter
12
+ LLVMModuleSplitter
13
Support
- )
14
+ TransformUtils
15
+)
llvm/tools/llvm-module-splitter/CMakeLists.txt
@@ -1,11 +1,13 @@
1
set(LLVM_LINK_COMPONENTS
2
3
4
LLVMModuleSplitter
)
add_llvm_tool(llvm-module-splitter
llvm-module-splitter.cpp
-
0 commit comments