Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."
authorZachary Turner <zturner@google.com>
Fri, 16 Dec 2016 19:25:23 +0000 (19:25 +0000)
committerZachary Turner <zturner@google.com>
Fri, 16 Dec 2016 19:25:23 +0000 (19:25 +0000)
commitd0fffd1d1405823e4dc1a4ad16e007e3bdd4bf69
tree4a91b07fa45157e47cd0d48f62f5708c6705ff52
parent242b46aa590d04ef870a1bf2ea611f769bc748d2
Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."

This reverts commit r289978, which is failing due to some rebase/merge
issues.

llvm-svn: 289981
16 files changed:
llvm/include/llvm/DebugInfo/CodeView/CodeView.h
llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
llvm/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
llvm/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h [deleted file]
llvm/include/llvm/DebugInfo/CodeView/SymbolSerializer.h [deleted file]
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/lib/DebugInfo/CodeView/CMakeLists.txt
llvm/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
llvm/lib/DebugInfo/CodeView/SymbolDumper.cpp
llvm/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp [deleted file]
llvm/lib/DebugInfo/CodeView/SymbolSerializer.cpp [deleted file]
llvm/lib/MC/MCCodeView.cpp
llvm/test/DebugInfo/PDB/pdb-yaml-symbols.test
llvm/test/DebugInfo/PDB/pdbdump-headers.test
llvm/tools/llvm-pdbdump/YamlSymbolDumper.cpp