Skip to content

Commit bd66de5

Browse files
committed
[gn build] Port 868654e
1 parent 868654e commit bd66de5

File tree

2 files changed

+8
-2
lines changed
  • llvm/utils/gn/secondary/llvm

2 files changed

+8
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ static_library("DWARFLinkerParallel") {
99
"//llvm/lib/Object",
1010
"//llvm/lib/Support",
1111
]
12-
sources = [ "DWARFLinker.cpp" ]
12+
sources = [
13+
"DWARFLinker.cpp",
14+
"StringPool.cpp",
15+
]
1316
}

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ unittest("DWARFLinkerParallelTests") {
66
"//llvm/lib/Support",
77
"//llvm/lib/Testing/Support",
88
]
9-
sources = [ "DWARFLinkerTest.cpp" ]
9+
sources = [
10+
"DWARFLinkerTest.cpp",
11+
"StringPoolTest.cpp",
12+
]
1013
}

0 commit comments

Comments
 (0)