We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61ac4a commit 0d1b220Copy full SHA for 0d1b220
llvm/utils/gn/secondary/llvm/lib/DWARFLinkerParallel/BUILD.gn
@@ -10,15 +10,18 @@ static_library("DWARFLinkerParallel") {
10
"//llvm/lib/Support",
11
]
12
sources = [
13
+ "AcceleratorRecordsSaver.cpp",
14
"DIEAttributeCloner.cpp",
15
"DWARFEmitterImpl.cpp",
16
"DWARFFile.cpp",
17
"DWARFLinker.cpp",
18
"DWARFLinkerCompileUnit.cpp",
19
"DWARFLinkerImpl.cpp",
20
+ "DWARFLinkerTypeUnit.cpp",
21
"DWARFLinkerUnit.cpp",
22
"DependencyTracker.cpp",
23
"OutputSections.cpp",
24
"StringPool.cpp",
25
+ "SyntheticTypeNameBuilder.cpp",
26
27
}
0 commit comments