forked from OSchip/llvm-project
Fix bazel build after 59b273a166
.
Reviewed By: tpopp Differential Revision: https://reviews.llvm.org/D126765
This commit is contained in:
parent
ea8fb3b601
commit
7cb8b973fa
|
@ -1805,6 +1805,7 @@ td_library(
|
|||
":ControlFlowInterfacesTdFiles",
|
||||
":LoopLikeInterfaceTdFiles",
|
||||
":SideEffectInterfacesTdFiles",
|
||||
":ViewLikeInterfaceTdFiles",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -2611,6 +2612,7 @@ cc_library(
|
|||
":SCFPassIncGen",
|
||||
":Support",
|
||||
":TensorDialect",
|
||||
":ViewLikeInterface",
|
||||
"//llvm:Support",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue