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 868654e commit bd66de5Copy full SHA for bd66de5
llvm/utils/gn/secondary/llvm/lib/DWARFLinkerParallel/BUILD.gn
@@ -9,5 +9,8 @@ static_library("DWARFLinkerParallel") {
9
"//llvm/lib/Object",
10
"//llvm/lib/Support",
11
]
12
- sources = [ "DWARFLinker.cpp" ]
+ sources = [
13
+ "DWARFLinker.cpp",
14
+ "StringPool.cpp",
15
+ ]
16
}
llvm/utils/gn/secondary/llvm/unittests/DWARFLinkerParallel/BUILD.gn
@@ -6,5 +6,8 @@ unittest("DWARFLinkerParallelTests") {
6
7
"//llvm/lib/Testing/Support",
8
- sources = [ "DWARFLinkerTest.cpp" ]
+ "DWARFLinkerTest.cpp",
+ "StringPoolTest.cpp",
0 commit comments