Skip to content

Commit

Permalink
Fix bazel build after 59b273a.
Browse files Browse the repository at this point in the history
Reviewed By: tpopp

Differential Revision: https://reviews.llvm.org/D126765
  • Loading branch information
chsigg committed Jun 1, 2022
1 parent ea8fb3b commit 7cb8b97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Expand Up @@ -1805,6 +1805,7 @@ td_library(
":ControlFlowInterfacesTdFiles",
":LoopLikeInterfaceTdFiles",
":SideEffectInterfacesTdFiles",
":ViewLikeInterfaceTdFiles",
],
)

Expand Down Expand Up @@ -2611,6 +2612,7 @@ cc_library(
":SCFPassIncGen",
":Support",
":TensorDialect",
":ViewLikeInterface",
"//llvm:Support",
],
)
Expand Down

0 comments on commit 7cb8b97

Please sign in to comment.