Revert "Write the TPI stream from a PDB to Yaml."
authorJustin Bogner <mail@justinbogner.com>
Tue, 16 Aug 2016 23:37:10 +0000 (23:37 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 16 Aug 2016 23:37:10 +0000 (23:37 +0000)
commit39eec466a220cfa4152bbcbc956f9a4fd3a84699
treeb5d57a327f42e1cbc9865f2662cb09cfc499f5ab
parentdcbce9c3919ab6919de09f64e83fcf26d6353f0b
Revert "Write the TPI stream from a PDB to Yaml."

This is hitting a "use of undeclared identifier 'skipPadding' error
locally and on some bots.

This reverts r278869.

llvm-svn: 278871
28 files changed:
llvm/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
llvm/include/llvm/DebugInfo/CodeView/EnumTables.h
llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
llvm/include/llvm/DebugInfo/CodeView/TypeDumper.h
llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
llvm/include/llvm/DebugInfo/MSF/StreamReader.h
llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
llvm/lib/DebugInfo/CodeView/EnumTables.cpp
llvm/lib/DebugInfo/CodeView/TypeDeserializer.cpp
llvm/lib/DebugInfo/CodeView/TypeDumper.cpp
llvm/lib/DebugInfo/CodeView/TypeRecord.cpp
llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
llvm/test/DebugInfo/COFF/big-type.ll
llvm/test/DebugInfo/COFF/enum.ll
llvm/test/DebugInfo/COFF/inheritance.ll
llvm/test/DebugInfo/COFF/virtual-method-kinds.ll
llvm/test/DebugInfo/COFF/virtual-methods.ll
llvm/test/DebugInfo/PDB/pdbdump-headers.test
llvm/test/DebugInfo/PDB/pdbdump-yaml-types.test [deleted file]
llvm/tools/llvm-pdbdump/CMakeLists.txt
llvm/tools/llvm-pdbdump/CodeViewYaml.cpp [deleted file]
llvm/tools/llvm-pdbdump/CodeViewYaml.h [deleted file]
llvm/tools/llvm-pdbdump/PdbYaml.cpp
llvm/tools/llvm-pdbdump/PdbYaml.h
llvm/tools/llvm-pdbdump/YAMLOutputStyle.cpp
llvm/tools/llvm-pdbdump/YAMLOutputStyle.h
llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp
llvm/tools/llvm-pdbdump/llvm-pdbdump.h