Skip to content

Commit 2917040

Browse files
authored
[bazel] Port #141332 (#142890)
Commit e4c8ff9
1 parent d8ba707 commit 2917040

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
@@ -6992,6 +6992,7 @@ cc_library(
69926992
":LoopLikeInterface",
69936993
":ParallelCombiningOpInterface",
69946994
":RelayoutOpInterface",
6995+
":RuntimeVerifiableOpInterface",
69956996
":ShapedOpInterfaces",
69966997
":SideEffectInterfaces",
69976998
":SubsetOpInterface",
@@ -7099,11 +7100,13 @@ cc_library(
70997100
":ArithUtils",
71007101
":BufferizationDialect",
71017102
":BufferizationInterfaces",
7103+
":ControlFlowDialect",
71027104
":DialectUtils",
71037105
":IR",
71047106
":LinalgDialect",
71057107
":MemRefDialect",
71067108
":Pass",
7109+
":RuntimeVerifiableOpInterface",
71077110
":SCFDialect",
71087111
":SubsetOpInterface",
71097112
":TensorDialect",

0 commit comments

Comments
 (0)