Skip to content

Commit

Permalink
[mlir][test][bazel] add missing deps for TestPass
Browse files Browse the repository at this point in the history
  • Loading branch information
yijia1212 committed Oct 25, 2024
1 parent e6917e9 commit d3c29e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,13 @@ cc_library(
":TestDialect",
"//llvm:Support",
"//mlir:FuncDialect",
"//mlir:GPUToSPIRV",
"//mlir:GPUTransforms",
"//mlir:IR",
"//mlir:Pass",
"//mlir:SPIRVDialect",
"//mlir:SPIRVToLLVM",
"//mlir:SPIRVTransforms",
"//mlir:Support",
],
)
Expand Down

0 comments on commit d3c29e8

Please sign in to comment.