[mlir][Bazel] Add missing dependency.

Differential Revision: https://reviews.llvm.org/D121893
This commit is contained in:
Adrian Kuegel 2022-03-17 10:24:59 +01:00
parent bd0bf9674b
commit d8740912dd
1 changed files with 1 additions and 0 deletions

View File

@ -3012,6 +3012,7 @@ cc_library(
), ),
deps = [ deps = [
":Support", ":Support",
"//llvm:Support",
], ],
) )