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
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
tools
/
llvm-isel-fuzzer
/
CMakeLists.txt
blob
6ce0835f0465ab14d48b83342024d701b526fc45
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsCodeGens
4
AllTargetsDescs
5
AllTargetsInfos
6
Analysis
7
AsmPrinter
8
BitReader
9
BitWriter
10
CodeGen
11
Core
12
FuzzMutate
13
IRReader
14
MC
15
ScalarOpts
16
SelectionDAG
17
Support
18
Target
19
)
20
add_llvm_fuzzer(llvm-isel-fuzzer
21
llvm-isel-fuzzer.cpp
22
DUMMY_MAIN DummyISelFuzzer.cpp
23
)