[PATCH] D29324: [ELF] - Allow to combine sections of type SHT_NOTE with different attributes.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 05:54:38 PST 2017


grimar added a comment.

In https://reviews.llvm.org/D29324#661518, @gbreynoo wrote:

> This looks great but I think the comment could be made clearer:
>
> If sections are of the SHT_NOTE type we allow them to be combined, even if flags are incompatible. As an example, some scripts from the linux kernal combine allocatable and non-allocatbale SHT_NOTE sections together.


Ok, I'll change this comment in new diff or before commit (if this patch be approved). Thanks !


https://reviews.llvm.org/D29324





More information about the llvm-commits mailing list