Skip to content

Commit fb0fbf2

Browse files
author
Peiming Liu
committed
[mlir][sparse] fix missing cmake dependencies.
1 parent d3c0ed3 commit fb0fbf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ add_mlir_dialect_library(MLIRSparseTensorDialect
4545

4646
LINK_LIBS PUBLIC
4747
MLIRArithDialect
48+
MLIRControlFlowInterfaces
4849
MLIRComplexDialect
4950
MLIRDialect
5051
MLIRDialectUtils
5152
MLIRIR
5253
MLIRInferTypeOpInterface
54+
MLIRLoopLikeInterface
5355
MLIRSupport
5456
MLIRSparseTensorEnums
5557
)

0 commit comments

Comments
 (0)