[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
Wed Aug 3 17:30:15 PDT 2016


ruiu created this revision.
ruiu added a reviewer: zturner.
ruiu added a subscriber: llvm-commits.

As I wrote in a comment, llvm-pdbdump seems to not be able to restore
stream 0 correctly. That is why we get different results for empty.pdb
and our pdb file.

This patch is to write only one FPM. So it still cannot produce large
PDBs which need more than one FPM page.

https://reviews.llvm.org/D23145

Files:
  lib/DebugInfo/MSF/MSFBuilder.cpp
  lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp
  test/DebugInfo/PDB/pdbdump-readwrite.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23145.66741.patch
Type: text/x-patch
Size: 5002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160804/6e158c64/attachment.bin>


More information about the llvm-commits mailing list