[Mlir-commits] [mlir] [mlir][sparse] fix missing cmake dependencies. (PR #95034)

Peiming Liu llvmlistbot at llvm.org
Mon Jun 10 13:31:45 PDT 2024


https://github.com/PeimingLiu created https://github.com/llvm/llvm-project/pull/95034

Fix https://github.com/llvm/llvm-project/pull/88955

>From dba50ccfdb91d2013452baafddfa74f56e10bb95 Mon Sep 17 00:00:00 2001
From: Peiming Liu <peiming at google.com>
Date: Mon, 10 Jun 2024 20:30:53 +0000
Subject: [PATCH] [mlir][sparse] fix missing cmake dependencies.

---
 mlir/lib/Dialect/SparseTensor/IR/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

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
   )



More information about the Mlir-commits mailing list