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
/
llc
/
CMakeLists.txt
blob
4f8181a1b6577e33b04fd4f479b06672d84e801b
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
Analysis
4
AsmPrinter
5
CodeGen
6
Core
7
IRReader
8
MC
9
MIRParser
10
ScalarOpts
11
SelectionDAG
12
Support
13
Target
14
TransformUtils
15
Vectorize
16
)
17
18
# Support plugins.
19
set(LLVM_NO_DEAD_STRIP 1)
20
21
add_llvm_tool(llc
22
llc.cpp
23
24
DEPENDS
25
intrinsics_gen
26
)
27
export_executable_symbols(llc)