[Clang][SME2] Fix PSEL builtin predicates (#77097)
[llvm-project.git] / mlir / tools / mlir-parser-fuzzer / bytecode / CMakeLists.txt
blob7d922656ad12f4a846714536d096738268e1fa6f
1 set(LLVM_LINK_COMPONENTS
2   FuzzerCLI
3   Support
5 add_llvm_fuzzer(mlir-bytecode-parser-fuzzer
6   mlir-bytecode-parser-fuzzer.cpp
7   DUMMY_MAIN DummyParserFuzzer.cpp
9 target_link_libraries(mlir-bytecode-parser-fuzzer
10   PUBLIC
11   MLIRIR
12   MLIRParser
13   MLIRSupport