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

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 12:41:06 PST 2017


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.

Cheers,
Rafael


More information about the llvm-commits mailing list