[Mlir-commits] [mlir] [mlir][sparse] fix missing cmake dependencies. (PR #95034)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jun 10 13:32:13 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
@llvm/pr-subscribers-mlir-sparse
Author: Peiming Liu (PeimingLiu)
<details>
<summary>Changes</summary>
Fix https://github.com/llvm/llvm-project/pull/88955
---
Full diff: https://github.com/llvm/llvm-project/pull/95034.diff
1 Files Affected:
- (modified) mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt (+1)
``````````diff
diff --git a/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt b/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
index 6f59b69bddce8..0bc939fc80d3b 100644
--- a/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt
@@ -50,6 +50,7 @@ add_mlir_dialect_library(MLIRSparseTensorDialect
MLIRDialectUtils
MLIRIR
MLIRInferTypeOpInterface
+ MLIRLoopLikeInterface
MLIRSupport
MLIRSparseTensorEnums
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/95034
More information about the Mlir-commits
mailing list