[PATCH] D33807: [CodeView] Allow Debug Subsections to be read/written in any order
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 17:45:22 PDT 2017
zturner updated this revision to Diff 101149.
zturner added a comment.
Minor update. Removed dead function, renamed variable back to its original name, and changed assertion as suggested previously.
https://reviews.llvm.org/D33807
Files:
llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h
llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
llvm/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
llvm/include/llvm/ObjectYAML/CodeViewYAMLContext.h
llvm/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
llvm/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
llvm/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
llvm/lib/DebugInfo/PDB/Native/PDBStringTable.cpp
llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
llvm/test/DebugInfo/PDB/Inputs/simple-line-info.yaml
llvm/test/DebugInfo/PDB/pdbdump-yaml-lineinfo.test
llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33807.101149.patch
Type: text/x-patch
Size: 48845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170602/2e3450f9/attachment.bin>
More information about the llvm-commits
mailing list