Skip to content

Commit 41c057b

Browse files
authored
[bazel] Add missing dep after #93008 (#93325)
This dep was removed in that change, but this library still needs it.
1 parent dc7897a commit 41c057b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5662,6 +5662,7 @@ cc_library(
56625662
":Transforms",
56635663
":VCIXToLLVMIRTranslation",
56645664
":VectorDialect",
5665+
":config",
56655666
"//llvm:Core",
56665667
"//llvm:MC",
56675668
"//llvm:Support",

0 commit comments

Comments
 (0)