[PATCH] D26374: Add documentation for the PDB file format

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 08:03:05 PST 2016


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

Content and layout looks good. Let's let Adrian finish reviewing the wording.



================
Comment at: docs/PDB/index.rst:156
+the format of **symbol and type records** that appear within specific streams.
+Refer to the pages on `CodeView Symbol Records` and `CodeView Type Records` for
+more information about the CodeView format.
----------------
I wrote some CV stuff here:
http://llvm.org/docs/SourceLevelDebugging.html#codeview-debug-info-format

It should probably be split out and moved in here. I'll take a shot at that after this lands, and then hook up these links.


https://reviews.llvm.org/D26374





More information about the llvm-commits mailing list