Skip to content

Commit e4c4d0d

Browse files
committed
Fixing BUILD dependency on the DialectBase.
Differential Revision: https://reviews.llvm.org/D123558
1 parent 0bc314f commit e4c4d0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ td_library(
952952
name = "OpBaseTdFiles",
953953
srcs = [
954954
"include/mlir/IR/AttrTypeBase.td",
955+
"include/mlir/IR/DialectBase.td",
955956
"include/mlir/IR/EnumAttr.td",
956957
"include/mlir/IR/OpAsmInterface.td",
957958
"include/mlir/IR/OpBase.td",

0 commit comments

Comments
 (0)