Skip to content

Commit 7f3c3d7

Browse files
cotad0k
authored andcommitted
[mlir] BUILD.bazel: remove LLVMDialect from MathTransforms
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
1 parent 39c38c2 commit 7f3c3d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6686,7 +6686,6 @@ cc_library(
66866686
includes = ["include"],
66876687
deps = [
66886688
":IR",
6689-
":LLVMDialect",
66906689
":MathDialect",
66916690
":Pass",
66926691
":SCFDialect",

0 commit comments

Comments
 (0)