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 0d51c87 commit 535b197Copy full SHA for 535b197
llvm/utils/gn/secondary/llvm/lib/DWARFLinker/BUILD.gn
@@ -7,5 +7,8 @@ static_library("DWARFLinker") {
7
"//llvm/lib/Object",
8
"//llvm/lib/Support",
9
]
10
- sources = [ "Utils.cpp" ]
+ sources = [
11
+ "DWARFLinkerBase.cpp",
12
+ "Utils.cpp",
13
+ ]
14
}
0 commit comments