Skip to content

Commit

Permalink
[mlir] BUILD.bazel: remove LLVMDialect from MathTransforms
Browse files Browse the repository at this point in the history
c1ebefd "[mlir] Make polynomial approximation emit
std instead of LLVM ops" removed the dependence on LLVMDialect.

Remove the dependence also from BUILD.bazel.

Reviewed By: bkramer

Differential Revision: https://reviews.llvm.org/D107908
  • Loading branch information
cota authored and d0k committed Aug 11, 2021
1 parent 39c38c2 commit 7f3c3d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Expand Up @@ -6686,7 +6686,6 @@ cc_library(
includes = ["include"],
deps = [
":IR",
":LLVMDialect",
":MathDialect",
":Pass",
":SCFDialect",
Expand Down

0 comments on commit 7f3c3d7

Please sign in to comment.