20 lines
356 B
Text
20 lines
356 B
Text
|
add_mlir_conversion_library(MLIRPDLToPDLInterp
|
||
|
PDLToPDLInterp.cpp
|
||
|
Predicate.cpp
|
||
|
PredicateTree.cpp
|
||
|
RootOrdering.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/PDLToPDLInterp
|
||
|
|
||
|
DEPENDS
|
||
|
MLIRConversionPassIncGen
|
||
|
|
||
|
LINK_LIBS PUBLIC
|
||
|
MLIRIR
|
||
|
MLIRInferTypeOpInterface
|
||
|
MLIRPDLDialect
|
||
|
MLIRPDLInterpDialect
|
||
|
MLIRPass
|
||
|
)
|