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
[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git]
/
mlir
/
lib
/
Parser
/
CMakeLists.txt
blob
9dcbb63dfdf72286064770fbddec9117d977db24
1
add_mlir_library(MLIRParser
2
Parser.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${MLIR_MAIN_INCLUDE_DIR}/mlir/Parser
6
7
LINK_LIBS PUBLIC
8
MLIRAsmParser
9
MLIRBytecodeReader
10
MLIRIR
11
)