repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git]
/
llvm
/
tools
/
llvm-link
/
CMakeLists.txt
blob
61df9778f3b854c13e0f54b95ed7b40e408ef5e1
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
BitReader
4
BitWriter
5
Core
6
IRReader
7
Linker
8
Object
9
Support
10
TransformUtils
11
IPO
12
)
13
14
add_llvm_tool(llvm-link
15
llvm-link.cpp
16
17
DEPENDS
18
intrinsics_gen
19
)
20
21
setup_host_tool(llvm-link LLVM_LINK llvm_link_exe llvm_link_target)