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
/
Query
/
Matcher
/
CMakeLists.txt
blob
3adff9f99243f400e55190e7816cb9f546e81584
1
add_mlir_library(MLIRQueryMatcher
2
Parser.cpp
3
RegistryManager.cpp
4
VariantValue.cpp
5
Diagnostics.cpp
6
ErrorBuilder.cpp
7
8
ADDITIONAL_HEADER_DIRS
9
${MLIR_MAIN_INCLUDE_DIR}/mlir/Query/Matcher
10
11
LINK_LIBS PUBLIC
12
MLIRIR
13
MLIRParser
14
)