From d7211693af27760c939b6610f0c79a3ecd2790d2 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Tue, 25 Feb 2025 10:13:33 +0100 Subject: [PATCH] [bazel] port e5ce0304335dc1cae6856c880d1d4e14dcf8265d --- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index ad58428d5588b..2c5fb626c8446 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -3910,6 +3910,7 @@ cc_library( ":MaskableOpInterface", ":ShapedOpInterfaces", ":SideEffectInterfaces", + ":Support", ":VectorDialect", ":ViewLikeInterface", ":XeGPUEnumsIncGen",