Skip to content

Commit

Permalink
[Bazel] Add missing tablegen.
Browse files Browse the repository at this point in the history
(For MemorySlotTypeInterfaces)

Summary:

Reviewers: khasanovaa

Subscribers:
  • Loading branch information
jreiffers committed May 22, 2023
1 parent f2ffdaa commit a903c44
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6164,6 +6164,14 @@ gentbl_cc_library(
["-gen-op-interface-defs"],
"include/mlir/Interfaces/MemorySlotOpInterfaces.cpp.inc",
),
(
["-gen-type-interface-decls"],
"include/mlir/Interfaces/MemorySlotTypeInterfaces.h.inc",
),
(
["-gen-type-interface-defs"],
"include/mlir/Interfaces/MemorySlotTypeInterfaces.cpp.inc",
),
],
tblgen = ":mlir-tblgen",
td_file = "include/mlir/Interfaces/MemorySlotInterfaces.td",
Expand Down Expand Up @@ -10524,11 +10532,11 @@ td_library(
],
includes = ["include"],
deps = [
":MemorySlotInterfacesTdFiles",
":ArithOpsTdFiles",
":CastInterfacesTdFiles",
":ControlFlowInterfacesTdFiles",
":CopyOpInterfaceTdFiles",
":MemorySlotInterfacesTdFiles",
":OpBaseTdFiles",
":ShapedOpInterfacesTdFiles",
":SideEffectInterfacesTdFiles",
Expand Down Expand Up @@ -10604,9 +10612,9 @@ cc_library(
":DialectUtils",
":IR",
":InferTypeOpInterface",
":MemorySlotInterfaces",
":MemRefBaseIncGen",
":MemRefOpsIncGen",
":MemorySlotInterfaces",
":ShapedOpInterfaces",
":ValueBoundsOpInterface",
":ViewLikeInterface",
Expand Down

0 comments on commit a903c44

Please sign in to comment.