repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[UpdateCCTestChecks] Detect function mangled name on separate line
[llvm-core.git]
/
tools
/
llvm-opt-fuzzer
/
CMakeLists.txt
blob
67a401f0ef7f83a8a3f1d5bbcfb6e178f339780a
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsCodeGens
4
AllTargetsDescs
5
AllTargetsInfos
6
Analysis
7
BitReader
8
BitWriter
9
CodeGen
10
Core
11
Coroutines
12
IPO
13
IRReader
14
AggressiveInstCombine
15
InstCombine
16
Instrumentation
17
FuzzMutate
18
MC
19
ObjCARCOpts
20
ScalarOpts
21
Support
22
Target
23
TransformUtils
24
Vectorize
25
Passes
26
)
27
28
add_llvm_fuzzer(llvm-opt-fuzzer
29
llvm-opt-fuzzer.cpp
30
DUMMY_MAIN DummyOptFuzzer.cpp
31
)