forked from OSchip/llvm-project
[mlir] BUILD.bazel: remove LLVMDialect from MathTransforms
c1ebefdf77
"[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
This commit is contained in:
parent
39c38c2152
commit
7f3c3d7aa4
|
@ -6686,7 +6686,6 @@ cc_library(
|
|||
includes = ["include"],
|
||||
deps = [
|
||||
":IR",
|
||||
":LLVMDialect",
|
||||
":MathDialect",
|
||||
":Pass",
|
||||
":SCFDialect",
|
||||
|
|
Loading…
Reference in New Issue