forked from OSchip/llvm-project
[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:
parent
9ada761be3
commit
96353d6f6f
|
@ -1298,6 +1298,7 @@ cc_library(
|
|||
":basic",
|
||||
":frontend",
|
||||
":index",
|
||||
"//llvm:Support",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue