Skip to content

Commit d474976

Browse files
author
Peiming Liu
authored
[mlir][sparse] fix missing cmake dependencies. (#95034)
Fix #88955
1 parent 85c78d4 commit d474976

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
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)