1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llvm-opt-fuzzer/CMakeLists.txt
2018-05-11 17:58:52 +00:00

29 lines
385 B
CMake

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
)