[bazel] Fix the bazel build for mlir:SPIRVTarget target.

This commit is contained in:
Haojian Wu 2023-11-06 13:18:02 +01:00
parent 96dadc9fc8
commit 8a0535fbbe

View File

@ -6533,6 +6533,7 @@ cc_library(
deps = [
":GPUDialect",
":SPIRVDialect",
":Support",
],
)