mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
d00dce5dca
FuzzMutate might not be the best place for these, but it makes more sense than an entirely new library for now. This will make setting up fuzz targets with consistent CLI handling easier. llvm-svn: 312425
14 lines
223 B
CMake
14 lines
223 B
CMake
add_llvm_library(LLVMFuzzMutate
|
|
FuzzerCLI.cpp
|
|
IRMutator.cpp
|
|
OpDescriptor.cpp
|
|
Operations.cpp
|
|
RandomIRBuilder.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/FuzzMutate
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|