Skip to content

Commit 5772fc8

Browse files
committed
[gn build] Add missing dependency
1 parent 965e053 commit 5772fc8

File tree

1 file changed

+1
-0
lines changed
  • llvm/utils/gn/secondary/llvm/lib/TextAPI/BinaryReader

1 file changed

+1
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/TextAPI/BinaryReader/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
static_library("BinaryReader") {
22
output_name = "LLVMTextAPIBinaryReader"
33
deps = [
4+
"//llvm/lib/DebugInfo/DWARF",
45
"//llvm/lib/Object",
56
"//llvm/lib/Support",
67
"//llvm/lib/TargetParser",

0 commit comments

Comments
 (0)