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
[PowerPC] Optimize compares fed by ANDISo
[llvm-core.git]
/
tools
/
llvm-opt-fuzzer
/
CMakeLists.txt
blob
97f72c86fa540af34183ef219c851c8431065d4f
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
Analysis
4
BitReader
5
BitWriter
6
CodeGen
7
Core
8
Coroutines
9
IPO
10
IRReader
11
AggressiveInstCombine
12
InstCombine
13
Instrumentation
14
FuzzMutate
15
MC
16
ObjCARCOpts
17
ScalarOpts
18
Support
19
Target
20
TransformUtils
21
Vectorize
22
Passes
23
)
24
25
add_llvm_fuzzer(llvm-opt-fuzzer
26
llvm-opt-fuzzer.cpp
27
DUMMY_MAIN DummyOptFuzzer.cpp
28
)