[PATCH] D23145: pdbdump: Write a free page map to page 1 or page 2.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 8 23:48:37 PDT 2016
ruiu updated this revision to Diff 67288.
ruiu added a comment.
Support split free page map blocks.
At first, I tried to add `FreePageMapBlocks` to MSFLayout (as analogous
to `DirectoryBlocks`) to store the block numbers for split FPMs. But
then I realized that that information can be computed later because the
block layout for the split FPM is fixed. So I moved the logic to
PDBFileBuilder.
https://reviews.llvm.org/D23145
Files:
lib/DebugInfo/MSF/MSFBuilder.cpp
lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp
test/DebugInfo/PDB/pdbdump-fpm.test
test/DebugInfo/PDB/pdbdump-readwrite.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23145.67288.patch
Type: text/x-patch
Size: 6101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160809/47b5e67e/attachment.bin>
More information about the llvm-commits
mailing list