blob: e17b1588519898f46ab016e2a0b50558e12c306d [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
FuzzerCLI
Support
)
add_llvm_fuzzer(mlir-bytecode-parser-fuzzer
mlir-bytecode-parser-fuzzer.cpp
DUMMY_MAIN DummyParserFuzzer.cpp
)
mlir_target_link_libraries(mlir-bytecode-parser-fuzzer
PUBLIC
MLIRIR
MLIRParser
MLIRSupport
)