From b8d4fe0f0aeac4d2f61161b7212f1b028b56a2ad Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Thu, 28 Apr 2022 22:51:27 +0200 Subject: [PATCH] [bazel] Port 92a836da0759 --- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 049181e..765ccea 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -1932,6 +1932,7 @@ cc_library( includes = ["include"], deps = [ ":IR", + ":InferTypeOpInterface", ":SparseTensorAttrDefsIncGen", ":SparseTensorOpsIncGen", "//llvm:Support", @@ -6876,6 +6877,7 @@ cc_library( ":ArithmeticDialect", ":FuncDialect", ":IR", + ":InferTypeOpInterface", ":Pass", ":QuantOpsIncGen", ":QuantPassIncGen", @@ -8150,6 +8152,7 @@ cc_library( ":ArithmeticDialect", ":CommonFolders", ":IR", + ":InferTypeOpInterface", ":MathBaseIncGen", ":MathOpsIncGen", ":SideEffectInterfaces", -- 2.7.4