[PATCH] Move DWARFUnitSection from inheriting SmallVector to holding an instance.

Frederic Riss friss at apple.com
Mon Sep 15 11:15:31 PDT 2014


As it is explained in the commit log, this patch only moves from inheritance to composition, and the goal is to design a new interface better suited to DWARFUnitSection. This step is arguably what I should have posted first, the inheritance step wasn't really necessary. Now I could modify a lot more things in one go, but I usually get asked to split functional steps more not less :-)

http://reviews.llvm.org/D5352






More information about the llvm-commits mailing list