Skip to content

Commit eb6222b

Browse files
authored
[bazel] Fix build past 66f84c8 (llvm#110830)
1 parent 711a0a7 commit eb6222b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mlir/lib/Dialect/Tensor/Utils/Utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include "mlir/Dialect/Arith/IR/Arith.h"
1717
#include "mlir/Dialect/Arith/Utils/Utils.h"
1818
#include "mlir/Dialect/Utils/IndexingUtils.h"
19-
#include "mlir/Dialect/Vector/IR//VectorOps.h"
19+
#include "mlir/Dialect/Vector/IR/VectorOps.h"
2020
#include "mlir/Interfaces/ValueBoundsOpInterface.h"
2121

2222
using namespace mlir;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7694,6 +7694,7 @@ cc_library(
76947694
":DialectUtils",
76957695
":TensorDialect",
76967696
":ValueBoundsOpInterface",
7697+
":VectorDialect",
76977698
],
76987699
)
76997700

0 commit comments

Comments
 (0)