Skip to content

Commit 9747323

Browse files
rupprechtpashu123
authored andcommitted
[bazel] Port cdc09a1 (llvm#125030)
1 parent 74a54e4 commit 9747323

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4481,6 +4481,7 @@ cc_library(
44814481
includes = ["include"],
44824482
deps = [
44834483
":InferIntRangeInterface",
4484+
":ShapedOpInterfaces",
44844485
"//llvm:Support",
44854486
],
44864487
)
@@ -7732,6 +7733,7 @@ td_library(
77327733
":CastInterfacesTdFiles",
77337734
":ControlFlowInterfacesTdFiles",
77347735
":DestinationStyleOpInterfaceTdFiles",
7736+
":InferIntRangeInterfaceTdFiles",
77357737
":InferTypeOpInterfaceTdFiles",
77367738
":OpBaseTdFiles",
77377739
":ParallelCombiningOpInterfaceTdFiles",
@@ -7798,6 +7800,8 @@ cc_library(
77987800
":DestinationStyleOpInterface",
77997801
":DialectUtils",
78007802
":IR",
7803+
":InferIntRangeCommon",
7804+
":InferIntRangeInterface",
78017805
":InferTypeOpInterface",
78027806
":InliningUtils",
78037807
":LoopLikeInterface",
@@ -13471,6 +13475,8 @@ cc_library(
1347113475
":CopyOpInterface",
1347213476
":DialectUtils",
1347313477
":IR",
13478+
":InferIntRangeCommon",
13479+
":InferIntRangeInterface",
1347413480
":InferTypeOpInterface",
1347513481
":InliningUtils",
1347613482
":MemRefBaseIncGen",

0 commit comments

Comments
 (0)