summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlex Zinenko <zinenko@google.com>2023-04-24 07:33:51 +0000
committerAlex Zinenko <zinenko@google.com>2023-04-24 08:10:08 +0000
commit61cddaa2dabba070b339f48f38106ae2e7f3e6a2 (patch)
tree44c69a863b9798132dc3865137c3eef295613afd /utils
parente7e4c7632075fef21bc8f90ad76dc68680e3bac8 (diff)
downloadllvm-61cddaa2dabba070b339f48f38106ae2e7f3e6a2.tar.gz
Drop MLIR Bazel dependency on LLVM Analysis
This is no longer necessary after f5425c128a30 and significatly decreases the build time and the binary footprint. Reviewed By: Dinistro Differential Revision: https://reviews.llvm.org/D149042
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 2e464fc433e7..881a12426baf 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -6746,7 +6746,6 @@ cc_library(
":SideEffectInterfaces",
":Support",
":ViewLikeInterface",
- "//llvm:Analysis",
"//llvm:Support",
],
)