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
[rtsan] Remove mkfifoat interceptor (#116997)
[llvm-project.git]
/
mlir
/
lib
/
Query
/
CMakeLists.txt
blob
7ecbf6e628b3185b09951a52d8cde34c33c03f9c
1
add_mlir_library(MLIRQuery
2
Query.cpp
3
QueryParser.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${MLIR_MAIN_INCLUDE_DIR}/mlir/Query
7
8
LINK_LIBS PUBLIC
9
MLIRFuncDialect
10
MLIRQueryMatcher
11
)
12
13
add_subdirectory(Matcher)