[PATCH] D142789: [bazel][mlir] Remove references to SubElementInterfaces.
Benjamin Kramer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 28 01:59:29 PST 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0a1f30cc772c: [bazel][mlir] Remove references to SubElementInterfaces. (authored by wecing, committed by bkramer).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142789/new/
https://reviews.llvm.org/D142789
Files:
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -77,39 +77,6 @@
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 = [
@@ -128,7 +95,6 @@
":DataLayoutInterfacesTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
- ":SubElementInterfacesTdFiles",
],
)
@@ -323,7 +289,6 @@
":OpAsmInterfaceIncGen",
":RegionKindInterfaceIncGen",
":SideEffectInterfacesIncGen",
- ":SubElementInterfacesIncGen",
":Support",
":SymbolInterfacesIncGen",
":TensorEncodingIncGen",
@@ -4142,7 +4107,6 @@
":InferTypeOpInterfaceTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
- ":SubElementInterfacesTdFiles",
],
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142789.492989.patch
Type: text/x-patch
Size: 1954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230128/30f06188/attachment.bin>
More information about the llvm-commits
mailing list