forked from OSchip/llvm-project
Update Bazel BUILD files up to be9a87fe9b
Differential Revision: https://reviews.llvm.org/D104791
This commit is contained in:
parent
be9a87fe9b
commit
b58dfd87da
|
@ -1548,7 +1548,6 @@ td_library(
|
|||
":OpBaseTdFiles",
|
||||
":SideEffectInterfacesTdFiles",
|
||||
":VectorInterfacesTdFiles",
|
||||
":ViewLikeInterfaceTdFiles",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -2182,9 +2181,7 @@ cc_library(
|
|||
":SideEffectInterfaces",
|
||||
":StandardOpsIncGen",
|
||||
":Support",
|
||||
":TensorDialect",
|
||||
":VectorInterfaces",
|
||||
":ViewLikeInterface",
|
||||
"//llvm:Support",
|
||||
],
|
||||
)
|
||||
|
@ -3613,6 +3610,7 @@ td_library(
|
|||
":ControlFlowInterfacesTdFiles",
|
||||
":OpBaseTdFiles",
|
||||
":SideEffectInterfacesTdFiles",
|
||||
":ViewLikeInterfaceTdFiles",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -3656,8 +3654,10 @@ cc_library(
|
|||
":ControlFlowInterfaces",
|
||||
":IR",
|
||||
":SideEffectInterfaces",
|
||||
":StandardOps",
|
||||
":Support",
|
||||
":TensorOpsIncGen",
|
||||
":ViewLikeInterface",
|
||||
"//llvm:Support",
|
||||
],
|
||||
)
|
||||
|
@ -6014,6 +6014,7 @@ cc_library(
|
|||
":QuantOps",
|
||||
":SideEffectInterfaces",
|
||||
":StandardOps",
|
||||
":TensorDialect",
|
||||
":TosaDialectIncGen",
|
||||
":TosaInterfacesIncGen",
|
||||
":TosaPassIncGen",
|
||||
|
|
Loading…
Reference in New Issue