[PATCH] Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFUnitSection.

Frederic Riss friss at apple.com
Wed Sep 24 10:18:40 PDT 2014


Hi samsonov, dblaikie,

There will be multiple TypeUnits in an unlinked object that will be extracted
from different sections. Now that we have DWARFUnitSection that is supposed
to represent an input section, we need a DWARFUnitSection<TypeUnit> per
input .debug_types section.

Once this is done, the interface is homogenous and we can move the Section
parsing code into DWARFUnitSection.

http://reviews.llvm.org/D5482

Files:
  lib/DebugInfo/DWARFContext.cpp
  lib/DebugInfo/DWARFContext.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5482.14042.patch
Type: text/x-patch
Size: 4566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140924/0206b9e4/attachment.bin>


More information about the llvm-commits mailing list