Skip to content

Commit c7e75da

Browse files
bjacoblialan
authored andcommitted
Revert "Fix bazel build issue caused by 142986 (llvm#144721)"
This reverts commit 8fc20bf.
1 parent a528a1d commit c7e75da

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12633,7 +12633,6 @@ td_library(
1263312633
":AllocationOpInterfaceTdFiles",
1263412634
":BufferViewFlowOpInterfaceTdFiles",
1263512635
":BufferizableOpInterfaceTdFiles",
12636-
":BufferizationTypeInterfacesTdFiles",
1263712636
":CopyOpInterfaceTdFiles",
1263812637
":DestinationStyleOpInterfaceTdFiles",
1263912638
":InferTypeOpInterfaceTdFiles",

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ td_library(
110110
name = "TestOpTdFiles",
111111
srcs = glob(["lib/Dialect/Test/*.td"]),
112112
deps = [
113-
"//mlir:BufferizableOpInterfaceTdFiles",
114113
"//mlir:BufferizationTypeInterfacesTdFiles",
115114
"//mlir:BuiltinDialectTdFiles",
116115
"//mlir:CallInterfacesTdFiles",
@@ -243,7 +242,6 @@ gentbl_cc_library(
243242
test = True,
244243
deps = [
245244
":TestOpTdFiles",
246-
"//mlir:BufferizableOpInterfaceTdFiles",
247245
"//mlir:BufferizationTypeInterfacesTdFiles",
248246
"//mlir:BuiltinDialectTdFiles",
249247
],

0 commit comments

Comments
 (0)