[Bazel] Add explicit dependency on llvm:Support to reflect layering
Differential Revision: https://reviews.llvm.org/D109173
This commit is contained in:
parent
37f23ea97f
commit
dcd590a8bf
|
|
@ -945,6 +945,7 @@ cc_library(
|
|||
":StandardOps",
|
||||
":Support",
|
||||
":Translation",
|
||||
"//llvm:Support",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue