repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC] Update memcpy tests
[llvm-complete.git]
/
tools
/
llvm-split
/
CMakeLists.txt
blob
52eedeb9f53f32fe9352d6a495c57ceefae81229
1
set(LLVM_LINK_COMPONENTS
2
TransformUtils
3
BitWriter
4
Core
5
IRReader
6
Support
7
)
8
9
add_llvm_tool(llvm-split
10
llvm-split.cpp
11
12
DEPENDS
13
intrinsics_gen
14
)