Skip to content

Commit 0d1b220

Browse files
committed
[gn build] Port b61ac4a
1 parent b61ac4a commit 0d1b220

File tree

1 file changed

+3
-0
lines changed
  • llvm/utils/gn/secondary/llvm/lib/DWARFLinkerParallel

1 file changed

+3
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/DWARFLinkerParallel/BUILD.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@ static_library("DWARFLinkerParallel") {
1010
"//llvm/lib/Support",
1111
]
1212
sources = [
13+
"AcceleratorRecordsSaver.cpp",
1314
"DIEAttributeCloner.cpp",
1415
"DWARFEmitterImpl.cpp",
1516
"DWARFFile.cpp",
1617
"DWARFLinker.cpp",
1718
"DWARFLinkerCompileUnit.cpp",
1819
"DWARFLinkerImpl.cpp",
20+
"DWARFLinkerTypeUnit.cpp",
1921
"DWARFLinkerUnit.cpp",
2022
"DependencyTracker.cpp",
2123
"OutputSections.cpp",
2224
"StringPool.cpp",
25+
"SyntheticTypeNameBuilder.cpp",
2326
]
2427
}

0 commit comments

Comments
 (0)