Skip to content

Commit 3c81a0b

Browse files
committed
[mlir][bufferization] Fix BAZEL build
1 parent 2ad7a06 commit 3c81a0b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9770,6 +9770,36 @@ gentbl_cc_library(
97709770
],
97719771
)
97729772

9773+
td_library(
9774+
name = "BufferDeallocationOpInterfaceTdFiles",
9775+
srcs = [
9776+
"include/mlir/Dialect/Bufferization/IR/BufferDeallocationOpInterface.td",
9777+
],
9778+
includes = ["include"],
9779+
deps = [
9780+
":OpBaseTdFiles",
9781+
],
9782+
)
9783+
9784+
gentbl_cc_library(
9785+
name = "BufferDeallocationOpInterfaceIncGen",
9786+
tbl_outs = [
9787+
(
9788+
["-gen-op-interface-decls"],
9789+
"include/mlir/Dialect/Bufferization/IR/BufferDeallocationOpInterface.h.inc",
9790+
),
9791+
(
9792+
["-gen-op-interface-defs"],
9793+
"include/mlir/Dialect/Bufferization/IR/BufferDeallocationOpInterface.cpp.inc",
9794+
),
9795+
],
9796+
tblgen = ":mlir-tblgen",
9797+
td_file = "include/mlir/Dialect/Bufferization/IR/BufferDeallocationOpInterface.td",
9798+
deps = [
9799+
":BufferDeallocationOpInterfaceTdFiles",
9800+
],
9801+
)
9802+
97739803
td_library(
97749804
name = "SubsetInsertionOpInterfaceTdFiles",
97759805
srcs = [

0 commit comments

Comments
 (0)