Skip to content

Commit 04de524

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ add_mlir_dialect_library(MLIRArithTransforms
1919
LINK_LIBS PUBLIC
2020
MLIRAnalysis
2121
MLIRArithDialect
22+
MLIRBufferizationDialect
2223
MLIRFuncDialect
2324
MLIRFuncTransforms
2425
MLIRInferIntRangeInterface

0 commit comments

Comments
 (0)