Skip to content

Commit 8bb100b

Browse files
committed
[bazel] Add missing dependencies for d4efc3e
1 parent 30a06e8 commit 8bb100b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ cc_library(
278278
"//llvm:MC",
279279
"//llvm:Object",
280280
"//llvm:Option",
281+
"//llvm:ProfileData",
281282
"//llvm:Support",
282283
"//llvm:TargetParser",
283284
"//llvm:config",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,7 @@ cc_library(
11581158
hdrs = glob(["include/llvm/ProfileData/Coverage/*.h"]),
11591159
copts = llvm_copts,
11601160
deps = [
1161+
":BinaryFormat",
11611162
":Object",
11621163
":ProfileData",
11631164
":Support",

0 commit comments

Comments
 (0)