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 94e14b9 commit b064a2cCopy full SHA for b064a2c
llvm/utils/gn/secondary/llvm/lib/DWARFLinkerParallel/BUILD.gn
@@ -10,14 +10,9 @@ 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,5 +9,6 @@ unittest("DWARFLinkerParallelTests") {
9
"DWARFLinkerTest.cpp",
"StringPoolTest.cpp",
+ "StringTableTest.cpp",
}
0 commit comments