Skip to content

Commit 63e0da4

Browse files
authored
Fix bazel DWARF include error caused by #131645 (#132789)
1 parent 8a2a694 commit 63e0da4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ cc_library(
664664
"//clang:driver",
665665
"//lldb/source/Plugins:PluginCPlusPlusLanguageHeaders",
666666
"//lldb/source/Plugins:PluginObjCLanguageHeaders",
667+
"//llvm:BinaryFormat",
667668
"//llvm:Demangle",
668669
"//llvm:Support",
669670
"//llvm:TargetParser",

0 commit comments

Comments
 (0)