Fix bazel build after 59b273a166.

Reviewed By: tpopp

Differential Revision: https://reviews.llvm.org/D126765
This commit is contained in:
Christian Sigg 2022-06-01 12:06:28 +02:00
parent ea8fb3b601
commit 7cb8b973fa
1 changed files with 2 additions and 0 deletions

View File

@ -1805,6 +1805,7 @@ td_library(
":ControlFlowInterfacesTdFiles",
":LoopLikeInterfaceTdFiles",
":SideEffectInterfacesTdFiles",
":ViewLikeInterfaceTdFiles",
],
)
@ -2611,6 +2612,7 @@ cc_library(
":SCFPassIncGen",
":Support",
":TensorDialect",
":ViewLikeInterface",
"//llvm:Support",
],
)