Fix Bazel build for 4dc9a0e (#174691)
This commit is contained in:
parent
42d8bc926b
commit
af8bb1d521
@ -4092,6 +4092,8 @@ cc_library(
|
||||
":ControlFlowInterfaces",
|
||||
":DialectUtils",
|
||||
":IR",
|
||||
":InferIntRangeCommon",
|
||||
":InferIntRangeInterface",
|
||||
":InliningUtils",
|
||||
":LoopLikeInterface",
|
||||
":MemRefDialect",
|
||||
@ -4530,6 +4532,7 @@ cc_library(
|
||||
hdrs = ["include/mlir/Interfaces/Utils/InferIntRangeCommon.h"],
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":IR",
|
||||
":InferIntRangeInterface",
|
||||
":ShapedOpInterfaces",
|
||||
"//llvm:Support",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user