Skip to content

Commit b064a2c

Browse files
committed
[gn build] Port fab91e9
1 parent 94e14b9 commit b064a2c

File tree

2 files changed

+1
-5
lines changed
  • llvm/utils/gn/secondary/llvm

2 files changed

+1
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ static_library("DWARFLinkerParallel") {
1010
"//llvm/lib/Support",
1111
]
1212
sources = [
13-
"DIEAttributeCloner.cpp",
1413
"DWARFEmitterImpl.cpp",
15-
"DWARFFile.cpp",
1614
"DWARFLinker.cpp",
17-
"DWARFLinkerCompileUnit.cpp",
1815
"DWARFLinkerImpl.cpp",
19-
"DWARFLinkerUnit.cpp",
20-
"DependencyTracker.cpp",
2116
"OutputSections.cpp",
2217
"StringPool.cpp",
2318
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ unittest("DWARFLinkerParallelTests") {
99
sources = [
1010
"DWARFLinkerTest.cpp",
1111
"StringPoolTest.cpp",
12+
"StringTableTest.cpp",
1213
]
1314
}

0 commit comments

Comments
 (0)