Commit 8385de11 authored by Adrian Kuegel's avatar Adrian Kuegel
Browse files

[mlir][Bazel] Adjust BUILD.bazel file.

The dependency is needed after 1b00b94f

Differential Revision: https://reviews.llvm.org/D107426
parent 737e27f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6389,6 +6389,7 @@ cc_library(
        ":TosaInterfacesIncGen",
        ":TosaPassIncGen",
        ":TransformUtils",
        "//llvm:Support",
    ],
)