From be76bb4ad647a37584cf35447ded2455a9685964 Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Sat, 12 Apr 2025 00:05:19 +0000 Subject: [PATCH] [bazel] Fix a typo --- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index ebdbe77f3c7f4..cc4af7ce40067 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -6401,7 +6401,7 @@ cc_library( ]), includes = ["include"], deps = [ - ":ControlFlowInterfaces" + ":ControlFlowInterfaces", ":IR", ":InferTypeOpInterface", ":SMTIncGen",