[PATCH] D24316: Write the TPI stream from Yaml

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 10:54:52 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL281063: [pdb] Write PDB TPI Stream from Yaml. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D24316?vs=70600&id=70864#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24316

Files:
  llvm/trunk/include/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeRecordBuilder.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeSerializationVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
  llvm/trunk/include/llvm/DebugInfo/MSF/SequencedItemStream.h
  llvm/trunk/include/llvm/DebugInfo/MSF/StreamArray.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/PDBFile.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/RawTypes.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/TpiStream.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h
  llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/trunk/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeRecordBuilder.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeTableBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/TpiStream.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/TpiStreamBuilder.cpp
  llvm/trunk/test/DebugInfo/PDB/pdbdump-readwrite.test
  llvm/trunk/test/DebugInfo/PDB/pdbdump-write.test
  llvm/trunk/tools/llvm-pdbdump/CodeViewYaml.cpp
  llvm/trunk/tools/llvm-pdbdump/CodeViewYaml.h
  llvm/trunk/tools/llvm-pdbdump/PdbYaml.cpp
  llvm/trunk/tools/llvm-pdbdump/PdbYaml.h
  llvm/trunk/tools/llvm-pdbdump/YAMLOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbdump/YamlSerializationContext.h
  llvm/trunk/tools/llvm-pdbdump/llvm-pdbdump.cpp
  llvm/trunk/tools/llvm-readobj/llvm-readobj.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24316.70864.patch
Type: text/x-patch
Size: 48761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160909/00936840/attachment.bin>


More information about the llvm-commits mailing list