forked from OSchip/llvm-project
[gn build] Port 75112133b8
This commit is contained in:
parent
75112133b8
commit
382797d475
|
@ -19,6 +19,7 @@ static_library("PDB") {
|
|||
"Native/DbiStream.cpp",
|
||||
"Native/DbiStreamBuilder.cpp",
|
||||
"Native/EnumTables.cpp",
|
||||
"Native/FormatUtil.cpp",
|
||||
"Native/GSIStreamBuilder.cpp",
|
||||
"Native/GlobalsStream.cpp",
|
||||
"Native/Hash.cpp",
|
||||
|
@ -26,6 +27,8 @@ static_library("PDB") {
|
|||
"Native/InfoStream.cpp",
|
||||
"Native/InfoStreamBuilder.cpp",
|
||||
"Native/InjectedSourceStream.cpp",
|
||||
"Native/InputFile.cpp",
|
||||
"Native/LinePrinter.cpp",
|
||||
"Native/ModuleDebugStream.cpp",
|
||||
"Native/NamedStreamMap.cpp",
|
||||
"Native/NativeCompilandSymbol.cpp",
|
||||
|
|
|
@ -12,9 +12,6 @@ executable("llvm-pdbutil") {
|
|||
"BytesOutputStyle.cpp",
|
||||
"DumpOutputStyle.cpp",
|
||||
"ExplainOutputStyle.cpp",
|
||||
"FormatUtil.cpp",
|
||||
"InputFile.cpp",
|
||||
"LinePrinter.cpp",
|
||||
"MinimalSymbolDumper.cpp",
|
||||
"MinimalTypeDumper.cpp",
|
||||
"PdbYaml.cpp",
|
||||
|
|
Loading…
Reference in New Issue