forked from OSchip/llvm-project
13 lines
207 B
CMake
13 lines
207 B
CMake
|
add_llvm_library(LLVMFuzzMutate
|
||
|
IRMutator.cpp
|
||
|
OpDescriptor.cpp
|
||
|
Operations.cpp
|
||
|
RandomIRBuilder.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/FuzzMutate
|
||
|
|
||
|
DEPENDS
|
||
|
intrinsics_gen
|
||
|
)
|