[PATCH] D35392: [PDB] Put LLD's PDB writing code in a class NFC

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 16:38:41 PDT 2017


rnk created this revision.

We've accumulated about five or so data structures that are widely
referenced:

- PDBBuilder
- Type table
- Id table
- PDB string table
- Type server handler

I'm about to rewrite type server handling, and I need a new class in LLD
where I can put its state. By creating a new PDBLinker class, I hope to
put it there next.


https://reviews.llvm.org/D35392

Files:
  lld/COFF/PDB.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35392.106554.patch
Type: text/x-patch
Size: 14932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170713/2905d7d1/attachment.bin>


More information about the llvm-commits mailing list