[Mlir-commits] [mlir] c4d5b95 - Fix broken build for commit 9b0517035faee275ce1feabb03d0c7606ea7f819

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Mar 29 12:48:55 PDT 2021


Author: MaheshRavishankar
Date: 2021-03-29T12:48:45-07:00
New Revision: c4d5b956170dd85941c1c2787abaa2e01575234c

URL: https://github.com/llvm/llvm-project/commit/c4d5b956170dd85941c1c2787abaa2e01575234c
DIFF: https://github.com/llvm/llvm-project/commit/c4d5b956170dd85941c1c2787abaa2e01575234c.diff

LOG: Fix broken build for commit 9b0517035faee275ce1feabb03d0c7606ea7f819

Differential Revision: https://reviews.llvm.org/D99533

Added: 
    

Modified: 
    mlir/lib/Dialect/MemRef/IR/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/MemRef/IR/CMakeLists.txt b/mlir/lib/Dialect/MemRef/IR/CMakeLists.txt
index aa9d57beb105..f4ec6ea05f74 100644
--- a/mlir/lib/Dialect/MemRef/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/MemRef/IR/CMakeLists.txt
@@ -14,6 +14,7 @@ add_mlir_dialect_library(MLIRMemRef
 
   LINK_LIBS PUBLIC
   MLIRDialect
+  MLIRInferTypeOpInterface
   MLIRIR
   MLIRStandard
   MLIRTensor


        


More information about the Mlir-commits mailing list