Skip to content

Commit 254c26d

Browse files
Add missing dependency. (#146140)
As in the description.
1 parent 17328f3 commit 254c26d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ cc_library(
307307
"//llvm:BinaryFormat",
308308
"//llvm:Core",
309309
"//llvm:DebugInfoDWARF",
310+
"//llvm:DebugInfoDWARFLowLevel",
310311
"//llvm:ExecutionEngine",
311312
"//llvm:Support",
312313
],
@@ -454,6 +455,7 @@ cc_library(
454455
":UtilityPrivateHeaders",
455456
"//llvm:DebugInfo",
456457
"//llvm:DebugInfoDWARF",
458+
"//llvm:DebugInfoDWARFLowLevel",
457459
"//llvm:Support",
458460
],
459461
)

0 commit comments

Comments
 (0)