forked from OSchip/llvm-project
[mlir][Bazel] Add missing dependency.
Differential Revision: https://reviews.llvm.org/D121893
This commit is contained in:
parent
bd0bf9674b
commit
d8740912dd
|
@ -3012,6 +3012,7 @@ cc_library(
|
||||||
),
|
),
|
||||||
deps = [
|
deps = [
|
||||||
":Support",
|
":Support",
|
||||||
|
"//llvm:Support",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue