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
/
opt
/
CMakeLists.txt
blob
2cdb99e936287caae309bef543c1d78db519e8d6
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsCodeGens
4
AllTargetsDescs
5
AllTargetsInfos
6
AggressiveInstCombine
7
Analysis
8
AsmParser
9
BitWriter
10
CFGuard
11
CodeGen
12
Core
13
Coroutines
14
Extensions
15
IPO
16
IRReader
17
IRPrinter
18
InstCombine
19
Instrumentation
20
MC
21
ObjCARCOpts
22
Remarks
23
ScalarOpts
24
Support
25
Target
26
TargetParser
27
TransformUtils
28
Vectorize
29
Passes
30
)
31
32
add_llvm_tool(opt
33
NewPMDriver.cpp
34
opt.cpp
35
36
DEPENDS
37
intrinsics_gen
38
SUPPORT_PLUGINS
39
)
40
export_executable_symbols_for_plugins(opt)