repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Clang][SME2] Fix PSEL builtin predicates (#77097)
[llvm-project.git]
/
mlir
/
tools
/
mlir-parser-fuzzer
/
bytecode
/
CMakeLists.txt
blob
7d922656ad12f4a846714536d096738268e1fa6f
1
set(LLVM_LINK_COMPONENTS
2
FuzzerCLI
3
Support
4
)
5
add_llvm_fuzzer(mlir-bytecode-parser-fuzzer
6
mlir-bytecode-parser-fuzzer.cpp
7
DUMMY_MAIN DummyParserFuzzer.cpp
8
)
9
target_link_libraries(mlir-bytecode-parser-fuzzer
10
PUBLIC
11
MLIRIR
12
MLIRParser
13
MLIRSupport
14
)
15