Skip to content

Commit d3c29e8

Browse files
committed
[mlir][test][bazel] add missing deps for TestPass
1 parent e6917e9 commit d3c29e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,13 @@ cc_library(
547547
":TestDialect",
548548
"//llvm:Support",
549549
"//mlir:FuncDialect",
550+
"//mlir:GPUToSPIRV",
551+
"//mlir:GPUTransforms",
550552
"//mlir:IR",
551553
"//mlir:Pass",
554+
"//mlir:SPIRVDialect",
555+
"//mlir:SPIRVToLLVM",
556+
"//mlir:SPIRVTransforms",
552557
"//mlir:Support",
553558
],
554559
)

0 commit comments

Comments
 (0)