Skip to content

Commit 9f4f4c5

Browse files
committed
Add ValueBoundsOpInterface as dependency in BUILD
1 parent 76fa22a commit 9f4f4c5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mlir/lib/Dialect/Vector/IR/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ add_mlir_dialect_library(MLIRVectorDialect
1111
MLIRVectorAttributesIncGen
1212

1313
LINK_LIBS PUBLIC
14+
MLIRAffineDialect
1415
MLIRArithDialect
1516
MLIRControlFlowInterfaces
1617
MLIRDataLayoutInterfaces
@@ -22,5 +23,6 @@ add_mlir_dialect_library(MLIRVectorDialect
2223
MLIRMemRefDialect
2324
MLIRSideEffectInterfaces
2425
MLIRTensorDialect
26+
MLIRValueBoundsOpInterface
2527
MLIRVectorInterfaces
2628
)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4422,6 +4422,7 @@ cc_library(
44224422
]),
44234423
includes = ["include"],
44244424
deps = [
4425+
":AffineDialect",
44254426
":ArithDialect",
44264427
":ArithUtils",
44274428
":ControlFlowInterfaces",
@@ -4436,6 +4437,7 @@ cc_library(
44364437
":SideEffectInterfaces",
44374438
":Support",
44384439
":TensorDialect",
4440+
":ValueBoundsOpInterface",
44394441
":VectorAttributesIncGen",
44404442
":VectorDialectIncGen",
44414443
":VectorInterfaces",

0 commit comments

Comments
 (0)