[PATCH] D26210: Define DbiStreamBuilder::addSectionContribs.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 13:02:36 PDT 2016


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

This patch defines a new function to add a SectionContribs stream
to a PDB file. Unlike SectionMap, SectionContribs contains a list
of input sections as opposed to output sections.

Note that this patch needs improving because currently we do not
set Module field in SectionContribs entries. In a follow-up patch,
I'll add Modules and then fix it after that.


https://reviews.llvm.org/D26210

Files:
  include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h
  lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26210.76619.patch
Type: text/x-patch
Size: 4687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161101/6c6a213c/attachment.bin>


More information about the llvm-commits mailing list