Skip to content

Commit 85a5f64

Browse files
committed
[bazel] Add missing deps after a4de589
1 parent a4de589 commit 85a5f64

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,6 +2056,7 @@ cc_library(
20562056
"//llvm:Demangle",
20572057
"//llvm:Support",
20582058
"//llvm:TextAPI",
2059+
"//llvm:TextAPIBinaryReader",
20592060
],
20602061
)
20612062

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,7 @@ cc_library(
10111011
hdrs = ["include/llvm/TextAPI/DylibReader.h"],
10121012
copts = llvm_copts,
10131013
deps = [
1014+
":DebugInfoDWARF",
10141015
":Object",
10151016
":Support",
10161017
":TargetParser",

0 commit comments

Comments
 (0)