Skip to content

Commit

Permalink
[mlir][tosa] Update Bazel files for TOSA pass changes
Browse files Browse the repository at this point in the history
There were some missing bazel dependencies for the Tosa dialect.
Added these deps.

Reviewed By: GMNGeoffrey

Differential Revision: https://reviews.llvm.org/D105326
  • Loading branch information
rsuderman committed Jul 2, 2021
1 parent 6aaaeac commit 06ac83f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6086,6 +6086,7 @@ td_library(
name = "TosaDialectTdFiles",
srcs = glob(["include/mlir/Dialect/Tosa/IR/*.td"]),
deps = [
":InferTypeOpInterfaceTdFiles",
":LoopLikeInterfaceTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
Expand Down Expand Up @@ -6182,6 +6183,7 @@ cc_library(
deps = [
":Dialect",
":IR",
":InferTypeOpInterface",
":LoopLikeInterface",
":Pass",
":QuantOps",
Expand Down Expand Up @@ -6260,6 +6262,7 @@ cc_library(
"lib/Conversion/TosaToStandard",
],
deps = [
":Analysis",
":ConversionPassIncGen",
":IR",
":Pass",
Expand Down
1 change: 1 addition & 0 deletions utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ cc_library(
"//mlir:IR",
"//mlir:Pass",
"//mlir:StandardOps",
"//mlir:TensorDialect",
"//mlir:TosaDialect",
"//mlir:Transforms",
],
Expand Down

0 comments on commit 06ac83f

Please sign in to comment.