File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change
1
+ static_library (" DWP" ) {
2
+ output_name = " LLVMDWP"
3
+ deps = [
4
+ " //llvm/lib/DebugInfo/DWARF" ,
5
+ " //llvm/lib/MC" ,
6
+ " //llvm/lib/Object" ,
7
+ " //llvm/lib/Support" ,
8
+ " //llvm/lib/Target" ,
9
+ ]
10
+ sources = [
11
+ " DWP.cpp" ,
12
+ " DWPError.cpp" ,
13
+ ]
14
+ }
Original file line number Diff line number Diff line change @@ -19,17 +19,12 @@ group("symlinks") {
19
19
20
20
executable (" llvm-dwp" ) {
21
21
deps = [
22
- " //llvm/lib/CodeGen/AsmPrinter" ,
23
22
" //llvm/lib/DebugInfo/DWARF" ,
23
+ " //llvm/lib/DWP" ,
24
24
" //llvm/lib/MC" ,
25
25
" //llvm/lib/Object" ,
26
26
" //llvm/lib/Support" ,
27
- " //llvm/lib/Target" ,
28
27
" //llvm/lib/Target:TargetsToBuild" ,
29
28
]
30
- sources = [
31
- " DWP.cpp" ,
32
- " DWPError.cpp" ,
33
- " llvm-dwp.cpp" ,
34
- ]
29
+ sources = [ " llvm-dwp.cpp" ]
35
30
}
You can’t perform that action at this time.
0 commit comments