Only targets setup by the special LLVM libc rules now have fully qualified names. The naming style is similar to fully qualified names in Python. Reviewers: abrachet, PaulkaToast, phosek Differential Revision: https://reviews.llvm.org/D77340
10 lines
151 B
CMake
10 lines
151 B
CMake
add_libc_fuzzer(
|
|
strcpy_fuzz
|
|
SRCS
|
|
strcpy_fuzz.cpp
|
|
DEPENDS
|
|
libc.src.string.memcpy
|
|
libc.src.string.strcpy
|
|
libc.src.string.strlen
|
|
)
|