Add missing dependency. (#146140)

As in the description.
This commit is contained in:
Sterling-Augustine 2025-06-27 12:56:53 -07:00 committed by GitHub
parent 17328f36f6
commit 254c26d022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
],
)