[PATCH] D28919: Write the Named Stream Map and StringTable to yaml / binary
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 19 14:27:17 PST 2017
zturner created this revision.
Herald added a subscriber: fhahn.
This finishes getting the string table and named stream map written to binary PDB and round-tripping through YAML.
This should be everything we need to start producing PDBs with strings filled out in the string table.
https://reviews.llvm.org/D28919
Files:
lld/COFF/PDB.cpp
llvm/include/llvm/DebugInfo/PDB/Raw/InfoStream.h
llvm/include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h
llvm/include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h
llvm/include/llvm/DebugInfo/PDB/Raw/StringTableBuilder.h
llvm/lib/DebugInfo/PDB/Raw/InfoStream.cpp
llvm/lib/DebugInfo/PDB/Raw/InfoStreamBuilder.cpp
llvm/lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp
llvm/lib/DebugInfo/PDB/Raw/StringTableBuilder.cpp
llvm/test/DebugInfo/PDB/pdbdump-headers.test
llvm/test/DebugInfo/PDB/pdbdump-readwrite.test
llvm/test/DebugInfo/PDB/pdbdump-write.test
llvm/test/DebugInfo/PDB/pdbdump-yaml.test
llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp
llvm/tools/llvm-pdbdump/LLVMOutputStyle.h
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
llvm/tools/llvm-pdbdump/llvm-pdbdump.h
llvm/unittests/DebugInfo/PDB/StringTableBuilderTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28919.85032.patch
Type: text/x-patch
Size: 24035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170119/d455d4ee/attachment-0001.bin>
More information about the llvm-commits
mailing list