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
Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git]
/
llvm
/
tools
/
llvm-opt-fuzzer
/
CMakeLists.txt
blob
b3c1c85681d27a3751eb0dd922be937e02b8e95d
1
set(LLVM_LINK_COMPONENTS
2
AggressiveInstCombine
3
AllTargetsAsmParsers
4
AllTargetsCodeGens
5
AllTargetsDescs
6
AllTargetsInfos
7
Analysis
8
BitReader
9
BitWriter
10
CodeGen
11
Core
12
Coroutines
13
FuzzMutate
14
FuzzerCLI
15
IPO
16
InstCombine
17
Instrumentation
18
MC
19
ObjCARCOpts
20
Passes
21
ScalarOpts
22
Support
23
Target
24
TargetParser
25
TransformUtils
26
Vectorize
27
)
28
29
add_llvm_fuzzer(llvm-opt-fuzzer
30
llvm-opt-fuzzer.cpp
31
DUMMY_MAIN DummyOptFuzzer.cpp
32
)