[PATCH] D109173: [Bazel] Add explicit dependency on llvm:Support to reflect layering
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 2 10:34:54 PDT 2021
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 rGdcd590a8bfd3: [Bazel] Add explicit dependency on llvm:Support to reflect layering (authored by GMNGeoffrey).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109173/new/
https://reviews.llvm.org/D109173
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
@@ -945,6 +945,7 @@
":StandardOps",
":Support",
":Translation",
+ "//llvm:Support",
],
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109173.370324.patch
Type: text/x-patch
Size: 364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210902/bf734e58/attachment.bin>
More information about the llvm-commits
mailing list