[bazel] Add missing comma to BUILD.bazel (#145573)
This commit is contained in:
committed by
GitHub
parent
fe0568389d
commit
2b5141189f
@@ -4846,7 +4846,7 @@ cc_library(
|
||||
hdrs = glob(["include/mlir/Support/*.h"]),
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
"//llvm:Support"
|
||||
"//llvm:Support",
|
||||
"//mlir:IR",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user