[PATCH] D137119: [Bazel] Add llvm:Support to Bazel deps of SPIRVCommonConversion
Anlun Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 31 16:03:38 PDT 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8c2540ed5644: [Bazel] Add llvm:Support to Bazel deps of SPIRVCommonConversion (authored by anlunx).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137119/new/
https://reviews.llvm.org/D137119
Files:
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -4911,6 +4911,7 @@
deps = [
":SPIRVDialect",
":Transforms",
+ "//llvm:Support",
],
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137119.472173.patch
Type: text/x-patch
Size: 359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221031/a2ba65bb/attachment.bin>
More information about the llvm-commits
mailing list