brintos

brintos / llvm-project-archived public Read only

0
0
Text · 267 B · e17b158 Raw
16 lines · plain
1set(LLVM_LINK_COMPONENTS2  FuzzerCLI3  Support4)5add_llvm_fuzzer(mlir-bytecode-parser-fuzzer6  mlir-bytecode-parser-fuzzer.cpp7  DUMMY_MAIN DummyParserFuzzer.cpp8)9mlir_target_link_libraries(mlir-bytecode-parser-fuzzer10  PUBLIC11  MLIRIR12  MLIRParser13  MLIRSupport14)15 16