diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index ffae51b44aa77..763dbdbaee26f 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -3654,6 +3654,7 @@ cc_library( ":ArithUtils", ":BytecodeOpInterface", ":DialectUtils", + ":GPUDialect", ":IR", ":IndexDialect", ":ShapedOpInterfaces", @@ -3663,6 +3664,7 @@ cc_library( ":XeGPUAttrInterfaceIncGen", ":XeGPUEnumsIncGen", ":XeGPUIncGen", + ":XeVMDialect", "//llvm:Support", ], )