Skip to content

Commit

Permalink
[bazel] Add missing deps in {Arith,DLTI}DialectTdFiles (#105091)
Browse files Browse the repository at this point in the history
  • Loading branch information
wecing authored Aug 20, 2024
1 parent 8ac9247 commit abd3a2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13996,7 +13996,10 @@ td_library(
"include/mlir/Dialect/DLTI/DLTIBase.td",
],
includes = ["include"],
deps = [":OpBaseTdFiles"],
deps = [
":DataLayoutInterfacesTdFiles",
":OpBaseTdFiles",
],
)

gentbl_cc_library(
Expand Down

0 comments on commit abd3a2d

Please sign in to comment.