Fix Bazel build for 4dc9a0e (#174691)

This commit is contained in:
Pranav Kant 2026-01-06 20:28:45 -08:00 committed by GitHub
parent 42d8bc926b
commit af8bb1d521
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",