summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaheshRavishankar <ravishankarm@google.com>2021-03-29 12:33:26 -0700
committerMaheshRavishankar <ravishankarm@google.com>2021-03-29 12:48:45 -0700
commitc4d5b956170dd85941c1c2787abaa2e01575234c (patch)
tree9d29c9e6c69505c57d92029be4676b5643f3c10a
parentf53dc06ed37a52eae252435f9c34629e2b5eea1f (diff)
downloadllvm-c4d5b956170dd85941c1c2787abaa2e01575234c.tar.gz
Fix broken build for commit 9b0517035faee275ce1feabb03d0c7606ea7f819
Differential Revision: https://reviews.llvm.org/D99533
-rw-r--r--mlir/lib/Dialect/MemRef/IR/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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