OSDN Git Service

Revert "[pdb] Change type visitor pattern to be dynamic."
authorZachary Turner <zturner@google.com>
Thu, 16 Jun 2016 18:09:04 +0000 (18:09 +0000)
committerZachary Turner <zturner@google.com>
Thu, 16 Jun 2016 18:09:04 +0000 (18:09 +0000)
commit575a9fbcc90976539fb7225c07cb14141aba7fa0
treeb249345b1ce3f64ad78cdbc7dbfbc3fdbd554c43
parentfb0dd311e1ad945827b8ffd5354f4810e2be1579
Revert "[pdb] Change type visitor pattern to be dynamic."

This reverts commit fb0dd311e1ad945827b8ffd5354f4810e2be1579.

This breaks some llvm-readobj tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272927 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
include/llvm/DebugInfo/CodeView/TypeDumper.h
include/llvm/DebugInfo/CodeView/TypeRecords.def
include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h [deleted file]
include/llvm/DebugInfo/PDB/Raw/RawError.h
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/CVTypeVisitor.cpp [deleted file]
lib/DebugInfo/CodeView/TypeDumper.cpp
lib/DebugInfo/CodeView/TypeStreamMerger.cpp
lib/DebugInfo/PDB/Raw/RawError.cpp
lib/DebugInfo/PDB/Raw/TpiStream.cpp
tools/llvm-pdbdump/LLVMOutputStyle.cpp
tools/llvm-readobj/COFFDumper.cpp