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
[NVPTX] Fix `ptxas` failures (NFC) (#125147)
[llvm-project.git]
/
mlir
/
lib
/
Dialect
/
PDLInterp
/
IR
/
CMakeLists.txt
blob
a2395872dca646719985cdada352efd1386e54f7
1
add_mlir_dialect_library(MLIRPDLInterpDialect
2
PDLInterp.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/PDLInterp
6
7
DEPENDS
8
MLIRPDLInterpOpsIncGen
9
10
LINK_LIBS PUBLIC
11
MLIRFunctionInterfaces
12
MLIRIR
13
MLIRPDLDialect
14
MLIRInferTypeOpInterface
15
MLIRSideEffectInterfaces
16
)