After #75103, `MLPrgramTransforms` depends on `BufferizationDialect`. Also fix an unrelated compile error in `GreedyPatternRewriteDriver.cpp`. (This was not failing on CI. I may be running an old compiler locally.)
17 lines
323 B
CMake
17 lines
323 B
CMake
add_mlir_dialect_library(MLIRMLProgramTransforms
|
|
BufferizableOpInterfaceImpl.cpp
|
|
PipelineGlobalOps.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/MLProgram/Transforms
|
|
|
|
DEPENDS
|
|
MLIRMLProgramPassIncGen
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRBufferizationDialect
|
|
MLIRIR
|
|
MLIRMLProgramDialect
|
|
MLIRPass
|
|
)
|