repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM][Alignment] Introduce Alignment In Attributes
[llvm-core.git]
/
tools
/
llvm-link
/
CMakeLists.txt
blob
051489f94bc92f88199d300eb51341267b6b58e5
1
set(LLVM_LINK_COMPONENTS
2
BitReader
3
BitWriter
4
Core
5
IRReader
6
Linker
7
Object
8
Support
9
TransformUtils
10
IPO
11
)
12
13
add_llvm_tool(llvm-link
14
llvm-link.cpp
15
16
DEPENDS
17
intrinsics_gen
18
)