Skip to content

Commit 2469208

Browse files
committed
[bazel] Add missing dependencies for daebe5c
1 parent ab28c1d commit 2469208

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3672,6 +3672,8 @@ td_library(
36723672
deps = [
36733673
":BuiltinDialectTdFiles",
36743674
":OpBaseTdFiles",
3675+
":ShapedOpInterfacesTdFiles",
3676+
":ViewLikeInterfaceTdFiles",
36753677
],
36763678
)
36773679

@@ -3755,7 +3757,10 @@ cc_library(
37553757
hdrs = ["include/mlir/Dialect/XeGPU/IR/XeGPU.h"],
37563758
includes = ["include"],
37573759
deps = [
3760+
":DialectUtils",
37583761
":IR",
3762+
":ShapedOpInterfaces",
3763+
":ViewLikeInterface",
37593764
":XeGPUIncGen",
37603765
"//llvm:Core",
37613766
"//llvm:Support",

0 commit comments

Comments
 (0)