[llvm-pdbutil] Support PDBs without a DBI stream
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Mon, 6 Aug 2018 19:35:00 +0000 (19:35 +0000)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Mon, 6 Aug 2018 19:35:00 +0000 (19:35 +0000)
commit741cc3531a6a372f8b5524362eb7930905e983bb
tree0a90eb27065bb21273accebf4ff6dab242e95121
parent7c4f4914e34a3844475deb5cc5a9fdd481361d3e
[llvm-pdbutil] Support PDBs without a DBI stream

Differential Revision: https://reviews.llvm.org/D50258

llvm-svn: 339045
llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp
llvm/test/tools/llvm-pdbdump/Inputs/TypeServerTest.cpp [new file with mode: 0644]
llvm/test/tools/llvm-pdbdump/Inputs/TypeServerTest.pdb [new file with mode: 0644]
llvm/test/tools/llvm-pdbdump/type-server-no-dbi.test [new file with mode: 0644]
llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp
llvm/tools/llvm-pdbutil/DumpOutputStyle.h
llvm/tools/llvm-pdbutil/InputFile.cpp
llvm/tools/llvm-pdbutil/YAMLOutputStyle.cpp