Skip to content

Commit 5168140

Browse files
committed
[mlir][Bazel] Adapt to 2b23e6c
1 parent c39daa6 commit 5168140

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3389,6 +3389,7 @@ td_library(
33893389
srcs = ["include/mlir/Dialect/NVGPU/IR/NVGPU.td"],
33903390
includes = ["include"],
33913391
deps = [
3392+
":InferTypeOpInterfaceTdFiles",
33923393
":SideEffectInterfacesTdFiles",
33933394
],
33943395
)
@@ -3477,6 +3478,7 @@ cc_library(
34773478
":BytecodeOpInterface",
34783479
":GPUDialect",
34793480
":IR",
3481+
":InferTypeOpInterface",
34803482
":LLVMDialect",
34813483
":NVGPUIncGen",
34823484
":SideEffectInterfaces",

0 commit comments

Comments
 (0)