Skip to content

Commit

Permalink
Drop MLIR Bazel dependency on LLVM Analysis
Browse files Browse the repository at this point in the history
This is no longer necessary after f5425c1 and significatly
decreases the build time and the binary footprint.

Reviewed By: Dinistro

Differential Revision: https://reviews.llvm.org/D149042
  • Loading branch information
ftynse committed Apr 24, 2023
1 parent e7e4c76 commit 61cddaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6746,7 +6746,6 @@ cc_library(
":SideEffectInterfaces",
":Support",
":ViewLikeInterface",
"//llvm:Analysis",
"//llvm:Support",
],
)
Expand Down

0 comments on commit 61cddaa

Please sign in to comment.