Skip to content

Commit 0a1f30c

Browse files
wecingd0k
authored andcommitted
[bazel][mlir] Remove references to SubElementInterfaces.
It was removed in D142272. This commit is manually verified with: bazel test --config=generic_clang @llvm-project//mlir/unittests:ir_tests Reviewed By: bkramer Differential Revision: https://reviews.llvm.org/D142789
1 parent 7a3e872 commit 0a1f30c

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

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

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -77,39 +77,6 @@ gentbl_cc_library(
7777
deps = [":TensorOpsTdFiles"],
7878
)
7979

80-
td_library(
81-
name = "SubElementInterfacesTdFiles",
82-
srcs = ["include/mlir/IR/SubElementInterfaces.td"],
83-
includes = ["include"],
84-
deps = [":OpBaseTdFiles"],
85-
)
86-
87-
gentbl_cc_library(
88-
name = "SubElementInterfacesIncGen",
89-
strip_include_prefix = "include",
90-
tbl_outs = [
91-
(
92-
["-gen-attr-interface-decls"],
93-
"include/mlir/IR/SubElementAttrInterfaces.h.inc",
94-
),
95-
(
96-
["-gen-attr-interface-defs"],
97-
"include/mlir/IR/SubElementAttrInterfaces.cpp.inc",
98-
),
99-
(
100-
["-gen-type-interface-decls"],
101-
"include/mlir/IR/SubElementTypeInterfaces.h.inc",
102-
),
103-
(
104-
["-gen-type-interface-defs"],
105-
"include/mlir/IR/SubElementTypeInterfaces.cpp.inc",
106-
),
107-
],
108-
tblgen = ":mlir-tblgen",
109-
td_file = "include/mlir/IR/SubElementInterfaces.td",
110-
deps = [":SubElementInterfacesTdFiles"],
111-
)
112-
11380
td_library(
11481
name = "BuiltinDialectTdFiles",
11582
srcs = [
@@ -128,7 +95,6 @@ td_library(
12895
":DataLayoutInterfacesTdFiles",
12996
":OpBaseTdFiles",
13097
":SideEffectInterfacesTdFiles",
131-
":SubElementInterfacesTdFiles",
13298
],
13399
)
134100

@@ -323,7 +289,6 @@ cc_library(
323289
":OpAsmInterfaceIncGen",
324290
":RegionKindInterfaceIncGen",
325291
":SideEffectInterfacesIncGen",
326-
":SubElementInterfacesIncGen",
327292
":Support",
328293
":SymbolInterfacesIncGen",
329294
":TensorEncodingIncGen",
@@ -4142,7 +4107,6 @@ td_library(
41424107
":InferTypeOpInterfaceTdFiles",
41434108
":OpBaseTdFiles",
41444109
":SideEffectInterfacesTdFiles",
4145-
":SubElementInterfacesTdFiles",
41464110
],
41474111
)
41484112

0 commit comments

Comments
 (0)