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
[RISCV][VLOPT] Add vmv.x.s and vfmv.f.s to isVectorOpUsedAsScalarOp (#121588)
[llvm-project.git]
/
llvm
/
tools
/
bugpoint
/
CMakeLists.txt
blob
3c42af115b17a9fdf090d2c0f7f8216a0e26736c
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsCodeGens
4
AllTargetsDescs
5
AllTargetsInfos
6
Analysis
7
BitWriter
8
CodeGen
9
Extensions
10
Core
11
IPO
12
IRReader
13
AggressiveInstCombine
14
InstCombine
15
Instrumentation
16
Linker
17
ObjCARCOpts
18
ScalarOpts
19
Support
20
Target
21
TargetParser
22
TransformUtils
23
Vectorize
24
)
25
26
add_llvm_tool(bugpoint
27
BugDriver.cpp
28
CrashDebugger.cpp
29
ExecutionDriver.cpp
30
ExtractFunction.cpp
31
FindBugs.cpp
32
Miscompilation.cpp
33
OptimizerDriver.cpp
34
ToolRunner.cpp
35
bugpoint.cpp
36
37
DEPENDS
38
intrinsics_gen
39
SUPPORT_PLUGINS
40
41
EXPORT_SYMBOLS
42
)