summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorSterling-Augustine <56981066+Sterling-Augustine@users.noreply.github.com>2025-06-27 12:56:53 -0700
committerGitHub <noreply@github.com>2025-06-27 12:56:53 -0700
commit254c26d022765782ba7596c770ed15fb29149b4f (patch)
treeac3ad9352bd900a921f92bbe7a75d11f43d71974 /utils
parent17328f36f6ca94ccc22259a9ebef4cd4afd433ef (diff)
Add missing dependency. (#146140)
As in the description.
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/lldb/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/lldb/BUILD.bazel b/utils/bazel/llvm-project-overlay/lldb/BUILD.bazel
index 6ec7cb5f2377..202f224b0798 100644
--- a/utils/bazel/llvm-project-overlay/lldb/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/lldb/BUILD.bazel
@@ -307,6 +307,7 @@ cc_library(
"//llvm:BinaryFormat",
"//llvm:Core",
"//llvm:DebugInfoDWARF",
+ "//llvm:DebugInfoDWARFLowLevel",
"//llvm:ExecutionEngine",
"//llvm:Support",
],
@@ -454,6 +455,7 @@ cc_library(
":UtilityPrivateHeaders",
"//llvm:DebugInfo",
"//llvm:DebugInfoDWARF",
+ "//llvm:DebugInfoDWARFLowLevel",
"//llvm:Support",
],
)