[llvm][Bazel] Remove dependency to avoid cycyle.
authorAdrian Kuegel <akuegel@google.com>
Fri, 18 Nov 2022 07:46:54 +0000 (08:46 +0100)
committerAdrian Kuegel <akuegel@google.com>
Fri, 18 Nov 2022 07:47:35 +0000 (08:47 +0100)
Differential Revision: https://reviews.llvm.org/D138266

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

index 2e2d8e7..0cbd51b 100644 (file)
@@ -1386,7 +1386,6 @@ cc_library(
     ]),
     copts = llvm_copts,
     deps = [
-        ":Analysis",
         ":Core",
         ":Support",
     ],