Skip to content

Commit a4fbc6f

Browse files
authored
[bazel] Fix a typo (#135460)
1 parent b74dbf7 commit a4fbc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6401,7 +6401,7 @@ cc_library(
64016401
]),
64026402
includes = ["include"],
64036403
deps = [
6404-
":ControlFlowInterfaces"
6404+
":ControlFlowInterfaces",
64056405
":IR",
64066406
":InferTypeOpInterface",
64076407
":SMTIncGen",

0 commit comments

Comments
 (0)