[bazel] Add missing comma to BUILD.bazel (#145573)

This commit is contained in:
Ivan Tadeu Ferreira Antunes Filho
2025-06-24 15:19:36 -04:00
committed by GitHub
parent fe0568389d
commit 2b5141189f

View File

@@ -4846,7 +4846,7 @@ cc_library(
hdrs = glob(["include/mlir/Support/*.h"]),
includes = ["include"],
deps = [
"//llvm:Support"
"//llvm:Support",
"//mlir:IR",
],
)