Skip to content

Commit 31fa4e0

Browse files
authored
[bazel] Port cdc09a1 (#125030)
1 parent ab9e447 commit 31fa4e0

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
@@ -4506,6 +4506,7 @@ cc_library(
45064506
includes = ["include"],
45074507
deps = [
45084508
":InferIntRangeInterface",
4509+
":ShapedOpInterfaces",
45094510
"//llvm:Support",
45104511
],
45114512
)
@@ -7759,6 +7760,7 @@ td_library(
77597760
":CastInterfacesTdFiles",
77607761
":ControlFlowInterfacesTdFiles",
77617762
":DestinationStyleOpInterfaceTdFiles",
7763+
":InferIntRangeInterfaceTdFiles",
77627764
":InferTypeOpInterfaceTdFiles",
77637765
":OpBaseTdFiles",
77647766
":ParallelCombiningOpInterfaceTdFiles",
@@ -7825,6 +7827,8 @@ cc_library(
78257827
":DestinationStyleOpInterface",
78267828
":DialectUtils",
78277829
":IR",
7830+
":InferIntRangeCommon",
7831+
":InferIntRangeInterface",
78287832
":InferTypeOpInterface",
78297833
":InliningUtils",
78307834
":LoopLikeInterface",
@@ -13499,6 +13503,8 @@ cc_library(
1349913503
":CopyOpInterface",
1350013504
":DialectUtils",
1350113505
":IR",
13506+
":InferIntRangeCommon",
13507+
":InferIntRangeInterface",
1350213508
":InferTypeOpInterface",
1350313509
":InliningUtils",
1350413510
":MemRefBaseIncGen",

0 commit comments

Comments
 (0)