[Bazel] Fixes 239ca11 (#188083)

This fixes 239ca11a55b40ce12b21bc47e45cb4065d1cc3d4.
This commit is contained in:
google-llvm-bazel-bot 2026-03-23 10:58:07 -07:00 committed by GitHub
parent 87bab31c27
commit dc4073fbe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2742,6 +2742,7 @@ td_library(
":DestinationStyleOpInterfaceTdFiles",
":InferTypeOpInterfaceTdFiles",
":LoopLikeInterfaceTdFiles",
":MemorySlotInterfacesTdFiles",
":ParallelCombiningOpInterfaceTdFiles",
":SideEffectInterfacesTdFiles",
":ViewLikeInterfaceTdFiles",
@ -4408,12 +4409,14 @@ cc_library(
":ControlFlowInterfaces",
":ConvertToEmitCInterface",
":DestinationStyleOpInterface",
":DialectUtils",
":FunctionInterfaces",
":IR",
":InferTypeOpInterface",
":InliningUtils",
":LoopLikeInterface",
":MemRefDialect",
":MemorySlotInterfaces",
":ParallelCombiningOpInterface",
":SCFDeviceMappingInterfacesIncGen",
":SCFIncGen",