Skip to content

Commit 8857bef

Browse files
committed
[gn] fix up d896e28
That commit already added the new .cpp file to the gn build, but it missed adding the new dependency to DebugInfoGSYM to Symbolize.
1 parent ee47aea commit 8857bef

File tree

1 file changed

+1
-0
lines changed
  • llvm/utils/gn/secondary/llvm/lib/DebugInfo/Symbolize

1 file changed

+1
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/DebugInfo/Symbolize/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ static_library("Symbolize") {
44
"//llvm/include/llvm/Config:config",
55
"//llvm/lib/DebugInfo/BTF",
66
"//llvm/lib/DebugInfo/DWARF",
7+
"//llvm/lib/DebugInfo/GSYM",
78
"//llvm/lib/DebugInfo/PDB",
89
"//llvm/lib/Demangle",
910
"//llvm/lib/Object",

0 commit comments

Comments
 (0)