Skip to content

Commit ab45b4f

Browse files
committed
[gn build] Port 5f2a7fa
1 parent 26dc284 commit ab45b4f

File tree

2 files changed

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

2 files changed

+5
-1
lines changed

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

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

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

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

0 commit comments

Comments
 (0)