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
[AMDGPU][AsmParser][NFC] Translate parsed MIMG instructions to MCInsts automatically.
[llvm-project.git]
/
libc
/
fuzzing
/
string
/
CMakeLists.txt
blob
1885ee5f66ebf98ccd2dc5d1c8da7e35b4c8489d
1
add_libc_fuzzer(
2
strcmp_fuzz
3
SRCS
4
strcmp_fuzz.cpp
5
DEPENDS
6
libc.src.string.strcmp
7
)
8
9
add_libc_fuzzer(
10
strcpy_fuzz
11
SRCS
12
strcpy_fuzz.cpp
13
DEPENDS
14
libc.src.string.memcpy
15
libc.src.string.strcpy
16
libc.src.string.strlen
17
)
18
19
add_libc_fuzzer(
20
strstr_fuzz
21
SRCS
22
strstr_fuzz.cpp
23
DEPENDS
24
libc.src.string.strstr
25
libc.src.string.strlen
26
)