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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 15:28:15 PST 2017


On Tue, Jan 31, 2017 at 12:41 PM, Rafael Avila de Espindola <
rafael.espindola at gmail.com> wrote:

> George Rimar <grimar at accesssoftek.com> writes:
>
> > Sure, I'll check that tomorrow and return with info.
> >
> > By the way, may be we want to implement some simple option like -z
> permissive-flags, which
> > will ignore flags checks ? It looks it can be not a unique case for
> software that have such issues.
>
> It is not clear it is worth it. If it is common, we should just make lld
> permissive. If it is one or two cases, we should try to fix those cases.
>

I agree. Adding a new flag might be easy but removing it is extremely hard
or even impossible, so naturally I'm conservative when doing it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170131/819440be/attachment.html>


More information about the llvm-commits mailing list