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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
tools
/
llvm-link
/
CMakeLists.txt
blob
c0f286e8fd10118342405351d4d1708163eee168
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
)