We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a06e8 commit 8bb100bCopy full SHA for 8bb100b
utils/bazel/llvm-project-overlay/lld/BUILD.bazel
@@ -278,6 +278,7 @@ cc_library(
278
"//llvm:MC",
279
"//llvm:Object",
280
"//llvm:Option",
281
+ "//llvm:ProfileData",
282
"//llvm:Support",
283
"//llvm:TargetParser",
284
"//llvm:config",
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -1158,6 +1158,7 @@ cc_library(
1158
hdrs = glob(["include/llvm/ProfileData/Coverage/*.h"]),
1159
copts = llvm_copts,
1160
deps = [
1161
+ ":BinaryFormat",
1162
":Object",
1163
":ProfileData",
1164
":Support",
0 commit comments