[PATCH] D34127: Make obj2yaml and yaml2obj support .debug$S and .debug$T sections

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 22:31:48 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL305366: [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D34127?vs=102270&id=102478#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D34127

Files:
  lld/trunk/test/COFF/Inputs/pdb1.yaml
  lld/trunk/test/COFF/Inputs/pdb2.yaml
  lld/trunk/test/COFF/sort-debug.test
  llvm/trunk/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
  llvm/trunk/include/llvm/ObjectYAML/COFFYAML.h
  llvm/trunk/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
  llvm/trunk/include/llvm/ObjectYAML/CodeViewYAMLTypes.h
  llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
  llvm/trunk/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
  llvm/trunk/lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/StringsAndChecksums.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
  llvm/trunk/lib/ObjectYAML/COFFYAML.cpp
  llvm/trunk/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  llvm/trunk/lib/ObjectYAML/CodeViewYAMLTypes.cpp
  llvm/trunk/tools/llvm-pdbutil/LLVMOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbutil/YAMLOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbutil/llvm-pdbutil.cpp
  llvm/trunk/tools/obj2yaml/coff2yaml.cpp
  llvm/trunk/tools/yaml2obj/yaml2coff.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34127.102478.patch
Type: text/x-patch
Size: 85672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170614/9dacac7e/attachment.bin>


More information about the llvm-commits mailing list