Skip to content

Commit 0863979

Browse files
committed
[gn build] Port c44c142
1 parent c44c142 commit 0863979

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ static_library("DWARF") {
3636
"DWARFTypeUnit.cpp",
3737
"DWARFUnit.cpp",
3838
"DWARFUnitIndex.cpp",
39+
"DWARFUnwindTablePrinter.cpp",
3940
"DWARFVerifier.cpp",
4041
]
4142
}

llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/LowLevel/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ static_library("LowLevel") {
88
sources = [
99
"DWARFCFIProgram.cpp",
1010
"DWARFExpression.cpp",
11+
"DWARFUnwindTable.cpp",
1112
]
1213
}

0 commit comments

Comments
 (0)