Skip to content

Commit

Permalink
[bazel][mlir] Remove references to SubElementInterfaces.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wecing authored and d0k committed Jan 28, 2023
1 parent 7a3e872 commit 0a1f30c
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Expand Up @@ -77,39 +77,6 @@ gentbl_cc_library(
deps = [":TensorOpsTdFiles"],
)

td_library(
name = "SubElementInterfacesTdFiles",
srcs = ["include/mlir/IR/SubElementInterfaces.td"],
includes = ["include"],
deps = [":OpBaseTdFiles"],
)

gentbl_cc_library(
name = "SubElementInterfacesIncGen",
strip_include_prefix = "include",
tbl_outs = [
(
["-gen-attr-interface-decls"],
"include/mlir/IR/SubElementAttrInterfaces.h.inc",
),
(
["-gen-attr-interface-defs"],
"include/mlir/IR/SubElementAttrInterfaces.cpp.inc",
),
(
["-gen-type-interface-decls"],
"include/mlir/IR/SubElementTypeInterfaces.h.inc",
),
(
["-gen-type-interface-defs"],
"include/mlir/IR/SubElementTypeInterfaces.cpp.inc",
),
],
tblgen = ":mlir-tblgen",
td_file = "include/mlir/IR/SubElementInterfaces.td",
deps = [":SubElementInterfacesTdFiles"],
)

td_library(
name = "BuiltinDialectTdFiles",
srcs = [
Expand All @@ -128,7 +95,6 @@ td_library(
":DataLayoutInterfacesTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
":SubElementInterfacesTdFiles",
],
)

Expand Down Expand Up @@ -323,7 +289,6 @@ cc_library(
":OpAsmInterfaceIncGen",
":RegionKindInterfaceIncGen",
":SideEffectInterfacesIncGen",
":SubElementInterfacesIncGen",
":Support",
":SymbolInterfacesIncGen",
":TensorEncodingIncGen",
Expand Down Expand Up @@ -4142,7 +4107,6 @@ td_library(
":InferTypeOpInterfaceTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
":SubElementInterfacesTdFiles",
],
)

Expand Down

0 comments on commit 0a1f30c

Please sign in to comment.