File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,16 @@ static_library("PDB") {
19
19
" Native/DbiStream.cpp" ,
20
20
" Native/DbiStreamBuilder.cpp" ,
21
21
" Native/EnumTables.cpp" ,
22
+ " Native/FormatUtil.cpp" ,
22
23
" Native/GSIStreamBuilder.cpp" ,
23
24
" Native/GlobalsStream.cpp" ,
24
25
" Native/Hash.cpp" ,
25
26
" Native/HashTable.cpp" ,
26
27
" Native/InfoStream.cpp" ,
27
28
" Native/InfoStreamBuilder.cpp" ,
28
29
" Native/InjectedSourceStream.cpp" ,
30
+ " Native/InputFile.cpp" ,
31
+ " Native/LinePrinter.cpp" ,
29
32
" Native/ModuleDebugStream.cpp" ,
30
33
" Native/NamedStreamMap.cpp" ,
31
34
" Native/NativeCompilandSymbol.cpp" ,
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ executable("llvm-pdbutil") {
12
12
" BytesOutputStyle.cpp" ,
13
13
" DumpOutputStyle.cpp" ,
14
14
" ExplainOutputStyle.cpp" ,
15
- " FormatUtil.cpp" ,
16
- " InputFile.cpp" ,
17
- " LinePrinter.cpp" ,
18
15
" MinimalSymbolDumper.cpp" ,
19
16
" MinimalTypeDumper.cpp" ,
20
17
" PdbYaml.cpp" ,
You can’t perform that action at this time.
0 commit comments