[bazel] Add a dependency missing from 68ea8a674c76d25e5e52717aa8f78fb25679fdb0

This commit is contained in:
Benjamin Kramer 2023-11-13 13:47:28 +01:00
parent 68ea8a674c
commit 01893b5483

View File

@ -1419,6 +1419,7 @@ cc_library(
copts = llvm_copts,
deps = [
":Analysis",
":TargetParser",
],
)