Skip to content

Commit 3edd21b

Browse files
committed
[bazel] Add missing dependencies for b8d6885
1 parent 00e40c9 commit 3edd21b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/clang-tools-extra/clangd/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@ cc_library(
6767
"//clang:index",
6868
"//llvm:Support",
6969
"//llvm:TargetParser",
70+
"//llvm:config",
7071
],
7172
)

utils/bazel/llvm-project-overlay/clang/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,6 +1945,7 @@ cc_library(
19451945
"//llvm:Support",
19461946
"//llvm:Target",
19471947
"//llvm:TargetParser",
1948+
"//llvm:config",
19481949
],
19491950
)
19501951

0 commit comments

Comments
 (0)