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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
tools
/
llvm-lto
/
CMakeLists.txt
blob
93df852058f1818a33445138060adddd76b9b6c6
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsCodeGens
4
AllTargetsDescs
5
AllTargetsInfos
6
BitReader
7
BitWriter
8
CodeGen
9
Core
10
IRReader
11
IPO
12
LTO
13
MC
14
Object
15
Support
16
Target
17
)
18
19
add_llvm_tool(llvm-lto
20
llvm-lto.cpp
21
22
DEPENDS intrinsics_gen
23
)