Skip to content

Commit d808129

Browse files
committed
[gn build] Port 23f1ba3
1 parent d0e8d84 commit d808129

File tree

1 file changed

+1
-2
lines changed
  • llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ static_library("DWARF") {
1212
"DWARFAcceleratorTable.cpp",
1313
"DWARFAddressRange.cpp",
1414
"DWARFCFIPrinter.cpp",
15-
"DWARFCFIProgram.cpp",
1615
"DWARFCompileUnit.cpp",
1716
"DWARFContext.cpp",
1817
"DWARFDebugAbbrev.cpp",
@@ -28,7 +27,7 @@ static_library("DWARF") {
2827
"DWARFDebugRangeList.cpp",
2928
"DWARFDebugRnglists.cpp",
3029
"DWARFDie.cpp",
31-
"DWARFExpression.cpp",
30+
"DWARFExpressionPrinter.cpp",
3231
"DWARFFormValue.cpp",
3332
"DWARFGdbIndex.cpp",
3433
"DWARFListTable.cpp",

0 commit comments

Comments
 (0)