Skip to content

Commit 382797d

Browse files
committed
[gn build] Port 7511213
1 parent 7511213 commit 382797d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/BUILD.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

llvm/utils/gn/secondary/llvm/tools/llvm-pdbutil/BUILD.gn

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)