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
/
Dialect
/
PDL
/
IR
/
CMakeLists.txt
blob
a0bec9f51a62353ef4cffd81bd530091a6d4cbbb
1
add_mlir_dialect_library(MLIRPDLDialect
2
PDL.cpp
3
PDLTypes.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/PDL
7
8
DEPENDS
9
MLIRPDLOpsIncGen
10
11
LINK_LIBS PUBLIC
12
MLIRIR
13
MLIRInferTypeOpInterface
14
MLIRSideEffectInterfaces
15
)