Skip to content

Commit d54e5a2

Browse files
committed
gn build: Merge 39285a0
1 parent d56dd62 commit d54e5a2

File tree

2 files changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/llvm

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
@@ -30,6 +30,7 @@ static_library("DWARF") {
3030
"DWARFFormValue.cpp",
3131
"DWARFGdbIndex.cpp",
3232
"DWARFListTable.cpp",
33+
"DWARFLocationExpression.cpp",
3334
"DWARFTypeUnit.cpp",
3435
"DWARFUnit.cpp",
3536
"DWARFUnitIndex.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ unittest("DebugInfoDWARFTests") {
1515
"DWARFDebugInfoTest.cpp",
1616
"DWARFDebugLineTest.cpp",
1717
"DWARFFormValueTest.cpp",
18+
"DWARFLocationExpressionTest.cpp",
1819
"DwarfGenerator.cpp",
1920
"DwarfUtils.cpp",
2021
]

0 commit comments

Comments
 (0)