forked from OSchip/llvm-project
[bazel] Adjust dependencies after a70aa7bb
These are all picked up transitively, but fail with --features=layering_check, which enforces header dependencies.
This commit is contained in:
parent
19d3dc6e22
commit
2074eef5db
|
@ -8018,6 +8018,7 @@ cc_library(
|
|||
deps = [
|
||||
":AllocationOpInterface",
|
||||
":Analysis",
|
||||
":ArithmeticDialect",
|
||||
":BufferizationDialect",
|
||||
":BufferizationPassIncGen",
|
||||
":ControlFlowInterfaces",
|
||||
|
|
|
@ -332,6 +332,8 @@ cc_library(
|
|||
"//mlir:IR",
|
||||
"//mlir:MemRefDialect",
|
||||
"//mlir:Pass",
|
||||
"//mlir:SCFDialect",
|
||||
"//mlir:StandardOps",
|
||||
"//mlir:Support",
|
||||
"//mlir:Transforms",
|
||||
"//mlir:VectorOps",
|
||||
|
|
Loading…
Reference in New Issue