Skip to content

Commit 1df1998

Browse files
[mlir][arith] Fix build after #114152 (part 3) (#116903)
Since #114152, `MLIRFuncTransforms` no longer depends on `MLIRBufferizationTransforms`. This commit adds a missing dependency that is no longer transitively included.
1 parent 04de524 commit 1df1998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Dialect/Arith/Transforms/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ add_mlir_dialect_library(MLIRArithTransforms
2020
MLIRAnalysis
2121
MLIRArithDialect
2222
MLIRBufferizationDialect
23+
MLIRBufferizationTransforms
2324
MLIRFuncDialect
2425
MLIRFuncTransforms
2526
MLIRInferIntRangeInterface

0 commit comments

Comments
 (0)