1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/tools/llvm-opt-fuzzer/CMakeLists.txt

29 lines
385 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Analysis
BitReader
BitWriter
CodeGen
Core
Coroutines
IPO
IRReader
AggressiveInstCombine
InstCombine
Instrumentation
FuzzMutate
MC
ObjCARCOpts
ScalarOpts
Support
Target
TransformUtils
Vectorize
Passes
)
add_llvm_fuzzer(llvm-opt-fuzzer
llvm-opt-fuzzer.cpp
DUMMY_MAIN DummyOptFuzzer.cpp
)