aboutsummaryrefslogtreecommitdiff
path: root/mlir
diff options
context:
space:
mode:
authorPeiming Liu <peiming@google.com>2024-06-10 13:44:07 -0700
committerGitHub <noreply@github.com>2024-06-10 13:44:07 -0700
commitd4749765fc388e392028ecb540dc48bc8ea15c41 (patch)
tree806ff8d7fafaba90d99e9819060dda5dc11b0f3b /mlir
parent85c78d45073bec31287fa72f1f558bad4de36189 (diff)
downloadllvm-d4749765fc388e392028ecb540dc48bc8ea15c41.zip
llvm-d4749765fc388e392028ecb540dc48bc8ea15c41.tar.gz
llvm-d4749765fc388e392028ecb540dc48bc8ea15c41.tar.bz2
[mlir][sparse] fix missing cmake dependencies. (#95034)
Fix https://github.com/llvm/llvm-project/pull/88955
Diffstat (limited to 'mlir')
-rw-r--r--mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt b/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
index 6f59b69..fe2cc90 100644
--- a/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
@@ -45,11 +45,13 @@ add_mlir_dialect_library(MLIRSparseTensorDialect
LINK_LIBS PUBLIC
MLIRArithDialect
+ MLIRControlFlowInterfaces
MLIRComplexDialect
MLIRDialect
MLIRDialectUtils
MLIRIR
MLIRInferTypeOpInterface
+ MLIRLoopLikeInterface
MLIRSupport
MLIRSparseTensorEnums
)