Skip to content

Commit 6a5469b

Browse files
committed
[bazel] Fixes for e5a8c51
1 parent afc6c2b commit 6a5469b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mlir/lib/Dialect/Tensor/IR/TensorOps.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "mlir/Dialect/Affine/IR/AffineOps.h"
10-
#include "mlir/Dialect/Affine/Utils.h"
1110
#include "mlir/Dialect/Arith/IR/Arith.h"
1211
#include "mlir/Dialect/Arith/Utils/Utils.h"
1312
#include "mlir/Dialect/Complex/IR/Complex.h"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12872,6 +12872,7 @@ cc_library(
1287212872
":AffineDialect",
1287312873
":AllocationOpInterface",
1287412874
":ArithDialect",
12875+
":ArithUtils",
1287512876
":BufferDeallocationOpInterfaceIncGen",
1287612877
":BufferViewFlowOpInterfaceIncGen",
1287712878
":BufferizableOpInterfaceIncGen",

0 commit comments

Comments
 (0)