repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git]
/
tools
/
llvm-lto
/
CMakeLists.txt
blob
f0b385b7993d210d86bc4880a254cc46525ce191
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
BitReader
4
BitWriter
5
Core
6
IRReader
7
LTO
8
MC
9
Object
10
Support
11
Target
12
)
13
14
add_llvm_tool(llvm-lto
15
llvm-lto.cpp
16
17
DEPENDS
18
intrinsics_gen
19
)
20