Skip to content

Commit 2b51411

Browse files
authored
[bazel] Add missing comma to BUILD.bazel (#145573)
1 parent fe05683 commit 2b51411

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
@@ -4846,7 +4846,7 @@ cc_library(
48464846
hdrs = glob(["include/mlir/Support/*.h"]),
48474847
includes = ["include"],
48484848
deps = [
4849-
"//llvm:Support"
4849+
"//llvm:Support",
48504850
"//mlir:IR",
48514851
],
48524852
)

0 commit comments

Comments
 (0)