bolt/deps/llvm-18.1.8/mlir/tools/mlir-parser-fuzzer/bytecode/CMakeLists.txt

16 lines
262 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
set(LLVM_LINK_COMPONENTS
FuzzerCLI
Support
)
add_llvm_fuzzer(mlir-bytecode-parser-fuzzer
mlir-bytecode-parser-fuzzer.cpp
DUMMY_MAIN DummyParserFuzzer.cpp
)
target_link_libraries(mlir-bytecode-parser-fuzzer
PUBLIC
MLIRIR
MLIRParser
MLIRSupport
)