]> granicus.if.org Git - llvm/commit
Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
authorZachary Turner <zturner@google.com>
Wed, 14 Jun 2017 06:24:24 +0000 (06:24 +0000)
committerZachary Turner <zturner@google.com>
Wed, 14 Jun 2017 06:24:24 +0000 (06:24 +0000)
commit76c210df336442c8a8baccc8c8c49349bea0933c
treeb5c310f1456a80b21546e29e16df1538f00419ca
parentf0a6e52293b3094a02bee7215e969833e20f6cf3
Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."

This is causing failures on linux bots with an invalid stream
read.  It doesn't repro in any configuration on Windows, so
reverting until I have a chance to investigate on Linux.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305371 91177308-0d34-0410-b5e6-96231b3b80d8
24 files changed:
include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
include/llvm/DebugInfo/CodeView/StringsAndChecksums.h [deleted file]
include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
include/llvm/ObjectYAML/COFFYAML.h
include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
include/llvm/ObjectYAML/CodeViewYAMLTypes.h
lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
lib/DebugInfo/CodeView/StringsAndChecksums.cpp [deleted file]
lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
lib/ObjectYAML/COFFYAML.cpp
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
lib/ObjectYAML/CodeViewYAMLTypes.cpp
tools/llvm-pdbutil/LLVMOutputStyle.cpp
tools/llvm-pdbutil/YAMLOutputStyle.cpp
tools/llvm-pdbutil/llvm-pdbutil.cpp
tools/obj2yaml/coff2yaml.cpp
tools/yaml2obj/yaml2coff.cpp