[Bazel] Add explicit dependency on llvm:Support to reflect layering

Differential Revision: https://reviews.llvm.org/D109173
This commit is contained in:
Geoffrey Martin-Noble 2021-09-02 10:31:06 -07:00
parent 37f23ea97f
commit dcd590a8bf
1 changed files with 1 additions and 0 deletions

View File

@ -945,6 +945,7 @@ cc_library(
":StandardOps",
":Support",
":Translation",
"//llvm:Support",
],
)