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
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
tools
/
llvm-lto
/
CMakeLists.txt
blob
69868fb870c048fa6b6dcc4ed4eb66586617b0e5
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsCodeGens
4
AllTargetsDescs
5
AllTargetsInfos
6
BitReader
7
BitWriter
8
Core
9
IRReader
10
LTO
11
MC
12
Object
13
Support
14
Target
15
)
16
17
add_llvm_tool(llvm-lto
18
llvm-lto.cpp
19
20
DEPENDS
21
intrinsics_gen
22
)
23