[PATCH] D33785: [CodeView] Fix alignment / padding when writing symbol records

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 1 14:53:05 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL304484: [CodeView] Properly align symbol records on read/write. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D33785?vs=101093&id=101118#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33785

Files:
  lld/trunk/COFF/PDB.cpp
  llvm/trunk/include/llvm/DebugInfo/CodeView/CodeView.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolDumper.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolSerializer.h
  llvm/trunk/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h
  llvm/trunk/lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
  llvm/trunk/lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
  llvm/trunk/lib/DebugInfo/CodeView/SymbolDumper.cpp
  llvm/trunk/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  llvm/trunk/lib/DebugInfo/CodeView/SymbolSerializer.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
  llvm/trunk/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  llvm/trunk/test/DebugInfo/PDB/pdbdump-write.test
  llvm/trunk/tools/llvm-pdbdump/LLVMOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbdump/llvm-pdbdump.cpp
  llvm/trunk/tools/llvm-readobj/COFFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33785.101118.patch
Type: text/x-patch
Size: 23651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170601/519ffb5b/attachment.bin>


More information about the llvm-commits mailing list