[PATCH] D26112: Define DbiStreamBuilder::addSectionMap.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 20:02:54 PDT 2016
ruiu created this revision.
ruiu added a reviewer: zturner.
ruiu added a subscriber: llvm-commits.
This change enables LLD to construct a Section Map stream in a PDB file.
I do not understand all these fields in the Section Map yet, but it seems
like a copy of a COFF section header in another format.
With this patch, DbiStreamBuilder can emit a Section Map which
llvm-pdbdump can dump.
https://reviews.llvm.org/D26112
Files:
include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h
lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26112.76288.patch
Type: text/x-patch
Size: 6402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161029/38dce056/attachment.bin>
More information about the llvm-commits
mailing list