Skip to content

Commit b8d4fe0

Browse files
committed
[bazel] Port 92a836d
1 parent 0e554eb commit b8d4fe0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,6 +1932,7 @@ cc_library(
19321932
includes = ["include"],
19331933
deps = [
19341934
":IR",
1935+
":InferTypeOpInterface",
19351936
":SparseTensorAttrDefsIncGen",
19361937
":SparseTensorOpsIncGen",
19371938
"//llvm:Support",
@@ -6876,6 +6877,7 @@ cc_library(
68766877
":ArithmeticDialect",
68776878
":FuncDialect",
68786879
":IR",
6880+
":InferTypeOpInterface",
68796881
":Pass",
68806882
":QuantOpsIncGen",
68816883
":QuantPassIncGen",
@@ -8150,6 +8152,7 @@ cc_library(
81508152
":ArithmeticDialect",
81518153
":CommonFolders",
81528154
":IR",
8155+
":InferTypeOpInterface",
81538156
":MathBaseIncGen",
81548157
":MathOpsIncGen",
81558158
":SideEffectInterfaces",

0 commit comments

Comments
 (0)