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
[Workflow] Roll back some settings since they caused more issues
[llvm-project.git]
/
mlir
/
lib
/
Rewrite
/
CMakeLists.txt
blob
e0395be6cd6f598c22a9f97d5da78de24eb88013
1
add_mlir_library(MLIRRewrite
2
ByteCode.cpp
3
FrozenRewritePatternSet.cpp
4
PatternApplicator.cpp
5
6
ADDITIONAL_HEADER_DIRS
7
${MLIR_MAIN_INCLUDE_DIR}/mlir/Rewrite
8
9
DEPENDS
10
mlir-generic-headers
11
12
LINK_LIBS PUBLIC
13
MLIRIR
14
MLIRPDLDialect
15
MLIRPDLInterpDialect
16
MLIRPDLToPDLInterp
17
MLIRSideEffectInterfaces
18
)