[Bazel] Add missing dep after mlgo test change f46dd19b48

This commit is contained in:
Reid Kleckner 2022-05-31 19:39:35 -07:00
parent 92a606f6de
commit 3c31c68c90
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ cc_test(
"//llvm:Analysis",
"//llvm:AsmParser",
"//llvm:Core",
"//llvm:Passes",
"//llvm:Support",
"//llvm:TestingSupport",
"//llvm:TransformUtils",