Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorLei Zhang <antiagainst@google.com>2022-02-05 00:51:05 +0300
committerLei Zhang <antiagainst@google.com>2022-02-05 00:51:43 +0300
commit66995727054fd0ed87454cdb55eb00a9b1ef31c6 (patch)
treea581c5bb635f46fa51495b3943e87c83c0d6464a /utils
parent4dfd11324eb05d167392958c0f0f273cae6386c6 (diff)
[mlir][spirv] Fix missing dependencies in BUILD.bazel
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 1b25f5f27ecf..407a52f2f9bb 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3414,11 +3414,13 @@ cc_library(
includes = ["include"],
deps = [
":ConversionPassIncGen",
+ ":IR",
":Pass",
":SPIRVConversion",
":SPIRVDialect",
":Transforms",
":VectorOps",
+ "//llvm:Support",
],
)