[PATCH] D30976: [ELF] - Detemplate GdbIndexSection.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 07:45:34 PDT 2017


George Rimar via Phabricator <reviews at reviews.llvm.org> writes:

> grimar created this revision.
>
> Patch adds getEndian() method to Config and
> moves Sections array to InputFile (root class for input files).

This means that an archive has sections, which is pretty odd. It is not
immediately clear why you need this. Can you split this patch? The
first could take care of removing things like uintX_t, making this
easier to read.

Cheers,
Rafael


More information about the llvm-commits mailing list