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
/
llc
/
CMakeLists.txt
blob
257d5b519f0406f61c5e9b7f368d96fc26995ccb
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsCodeGens
4
AllTargetsDescs
5
AllTargetsInfos
6
Analysis
7
AsmPrinter
8
CodeGen
9
CodeGenTypes
10
Core
11
IRReader
12
MC
13
MIRParser
14
Remarks
15
ScalarOpts
16
SelectionDAG
17
Support
18
Target
19
TargetParser
20
TransformUtils
21
Vectorize
22
)
23
24
add_llvm_tool(llc
25
llc.cpp
26
27
DEPENDS
28
intrinsics_gen
29
SUPPORT_PLUGINS
30
)
31
32
export_executable_symbols_for_plugins(llc)