[Bazel] Add llvm:Support to Bazel deps of SPIRVCommonConversion
authorAnlun Xu <anlunx@google.com>
Mon, 31 Oct 2022 22:26:58 +0000 (15:26 -0700)
committerAnlun Xu <anlunx@google.com>
Mon, 31 Oct 2022 23:03:14 +0000 (16:03 -0700)
Differential Revision: https://reviews.llvm.org/D137119

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

index e296e00..010fb85 100644 (file)
@@ -4911,6 +4911,7 @@ cc_library(
     deps = [
         ":SPIRVDialect",
         ":Transforms",
+        "//llvm:Support",
     ],
 )