Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-07-29
/
.
/
libc
/
fuzzing
/
stdio
/
CMakeLists.txt
blob: fac982c5b617302e4baf90de895bddf2955acc91 [
file
] [
log
] [
blame
] [
edit
]
add_libc_fuzzer(
printf_parser_fuzz
SRCS
printf_parser_fuzz.cpp
DEPENDS
libc.src.stdio.printf_core.mock_parser
COMPILE_OPTIONS
-DLIBC_COPT_MOCK_ARG_LIST
)