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
/
text
/
CMakeLists.txt
blob
a9c9e1047b54ef794387640e9291577efff1a2e7
1
set(LLVM_LINK_COMPONENTS
2
FuzzerCLI
3
Support
4
)
5
add_llvm_fuzzer(mlir-text-parser-fuzzer
6
mlir-text-parser-fuzzer.cpp
7
DUMMY_MAIN DummyParserFuzzer.cpp
8
)
9
target_link_libraries(mlir-text-parser-fuzzer
10
PUBLIC
11
MLIRIR
12
MLIRParser
13
MLIRSupport
14
)
15