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
[mlir] Update Ch-2.md (#121379)
[llvm-project.git]
/
mlir
/
tools
/
mlir-parser-fuzzer
/
text
/
CMakeLists.txt
blob
b4a2bacc0ee0be792bdc90f911f033e9750c4916
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
mlir_target_link_libraries(mlir-text-parser-fuzzer
10
PUBLIC
11
MLIRIR
12
MLIRParser
13
MLIRSupport
14
)
15