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

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 07:51:04 PDT 2017


>> 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. 

InputFile already has some file specific variables, for example
ArchiveName and OffsetInArchive.
Sections variable in the same way is used only for files that can have sections.

>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.
>

Ok.

>Cheers,
>Rafael


More information about the llvm-commits mailing list