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
[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git]
/
llvm
/
tools
/
llc
/
CMakeLists.txt
blob
01825c6e4c64c77d41ff006a51f151a7b3505a28
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsCodeGens
4
AllTargetsDescs
5
AllTargetsInfos
6
Analysis
7
AsmPrinter
8
CodeGen
9
CodeGenTypes
10
Core
11
IRPrinter
12
IRReader
13
MC
14
MIRParser
15
Passes
16
Remarks
17
ScalarOpts
18
SelectionDAG
19
Support
20
Target
21
TargetParser
22
TransformUtils
23
Vectorize
24
)
25
26
add_llvm_tool(llc
27
llc.cpp
28
NewPMDriver.cpp
29
30
DEPENDS
31
intrinsics_gen
32
SUPPORT_PLUGINS
33
)
34
35
export_executable_symbols_for_plugins(llc)