[PATCH] D32716: Write CodeView file checksum and line information to PDB

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 16:55:22 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL301882: [CodeView] Write CodeView line information. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D32716?vs=97333&id=97369#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32716

Files:
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugFileChecksumFragment.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugFragment.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugFragmentRecord.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugLineFragment.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDatabase.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/ModuleDebugStreamBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/StringTableBuilder.h
  llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugFileChecksumFragment.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugFragmentRecord.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugLineFragment.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeDatabase.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/ModuleDebugStreamBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/StringTableBuilder.cpp
  llvm/trunk/test/DebugInfo/PDB/Inputs/simple-line-info.yaml
  llvm/trunk/test/DebugInfo/PDB/pdbdump-headers.test
  llvm/trunk/test/DebugInfo/PDB/pdbdump-yaml-lineinfo-write.test
  llvm/trunk/tools/llvm-pdbdump/LLVMOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbdump/YAMLOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbdump/llvm-pdbdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32716.97369.patch
Type: text/x-patch
Size: 35285 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170501/ce8404f9/attachment-0001.bin>


More information about the llvm-commits mailing list