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 26dc284 commit ab45b4fCopy full SHA for ab45b4f
llvm/utils/gn/secondary/llvm/lib/DWARFLinkerParallel/BUILD.gn
@@ -10,9 +10,14 @@ static_library("DWARFLinkerParallel") {
10
"//llvm/lib/Support",
11
]
12
sources = [
13
+ "DIEAttributeCloner.cpp",
14
"DWARFEmitterImpl.cpp",
15
+ "DWARFFile.cpp",
16
"DWARFLinker.cpp",
17
+ "DWARFLinkerCompileUnit.cpp",
18
"DWARFLinkerImpl.cpp",
19
+ "DWARFLinkerUnit.cpp",
20
+ "DependencyTracker.cpp",
21
"OutputSections.cpp",
22
"StringPool.cpp",
23
llvm/utils/gn/secondary/llvm/unittests/DWARFLinkerParallel/BUILD.gn
@@ -9,6 +9,5 @@ unittest("DWARFLinkerParallelTests") {
9
"DWARFLinkerTest.cpp",
"StringPoolTest.cpp",
- "StringTableTest.cpp",
}
0 commit comments