Skip to content

Commit c0f7091

Browse files
authored
[Bazel] Add missing Support dep to VectorToAMX (llvm#155576)
1 parent 9d65f77 commit c0f7091

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
@@ -11254,6 +11254,7 @@ cc_library(
1125411254
":SCFDialect",
1125511255
":TransformUtils",
1125611256
":VectorDialect",
11257+
"//llvm:Support",
1125711258
],
1125811259
)
1125911260

0 commit comments

Comments
 (0)