Skip to content

Commit c4d656a

Browse files
committed
[bazel] Add missing dependencies for a0ef12c
1 parent bd7d6c8 commit c4d656a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@ cc_library(
807807
"//mlir:FuncToLLVM",
808808
"//mlir:IR",
809809
"//mlir:IndexToLLVM",
810+
"//mlir:LLVMCommonConversion",
810811
"//mlir:LLVMDialect",
811812
"//mlir:LinalgTransforms",
812813
"//mlir:MathToLLVM",
@@ -815,6 +816,7 @@ cc_library(
815816
"//mlir:Pass",
816817
"//mlir:ReconcileUnrealizedCasts",
817818
"//mlir:SCFToControlFlow",
819+
"//mlir:TransformUtils",
818820
"//mlir:Transforms",
819821
"//mlir:VectorToLLVM",
820822
"//mlir:VectorToSCF",

0 commit comments

Comments
 (0)