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") {
1919 " Native/DbiStream.cpp" ,
2020 " Native/DbiStreamBuilder.cpp" ,
2121 " Native/EnumTables.cpp" ,
22+ " Native/FormatUtil.cpp" ,
2223 " Native/GSIStreamBuilder.cpp" ,
2324 " Native/GlobalsStream.cpp" ,
2425 " Native/Hash.cpp" ,
2526 " Native/HashTable.cpp" ,
2627 " Native/InfoStream.cpp" ,
2728 " Native/InfoStreamBuilder.cpp" ,
2829 " Native/InjectedSourceStream.cpp" ,
30+ " Native/InputFile.cpp" ,
31+ " Native/LinePrinter.cpp" ,
2932 " Native/ModuleDebugStream.cpp" ,
3033 " Native/NamedStreamMap.cpp" ,
3134 " Native/NativeCompilandSymbol.cpp" ,
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ executable("llvm-pdbutil") {
1212 " BytesOutputStyle.cpp" ,
1313 " DumpOutputStyle.cpp" ,
1414 " ExplainOutputStyle.cpp" ,
15- " FormatUtil.cpp" ,
16- " InputFile.cpp" ,
17- " LinePrinter.cpp" ,
1815 " MinimalSymbolDumper.cpp" ,
1916 " MinimalTypeDumper.cpp" ,
2017 " PdbYaml.cpp" ,
You can’t perform that action at this time.
0 commit comments