[PATCH] D138266: [llvm][Bazel] Remove dependency to avoid cycyle.

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 23:50:58 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG52301a188ff4: [llvm][Bazel] Remove dependency to avoid cycyle. (authored by akuegel).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138266/new/

https://reviews.llvm.org/D138266

Files:
  utils/bazel/llvm-project-overlay/llvm/BUILD.bazel


Index: utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -1386,7 +1386,6 @@
     ]),
     copts = llvm_copts,
     deps = [
-        ":Analysis",
         ":Core",
         ":Support",
     ],


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138266.476358.patch
Type: text/x-patch
Size: 372 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221118/01eafb3b/attachment.bin>


More information about the llvm-commits mailing list