[clang][Bazel] Add missing dependency from symbol_graph to llvm:support.

This did not show up as build error because the build also works if the
dependency is transitively available. But there should be a direct
dependency anyway.
This commit is contained in:
Adrian Kuegel 2022-03-21 08:41:17 +01:00
parent 9ada761be3
commit 96353d6f6f
1 changed files with 1 additions and 0 deletions

View File

@ -1298,6 +1298,7 @@ cc_library(
":basic",
":frontend",
":index",
"//llvm:Support",
],
)