[PATCH] D14571: [ELF2] - Implemented PT_GNU_STACK support

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 16:08:18 PST 2015


> So I guess my point is
>
>  - ignore .note.GNU-stack sections at all,
>  - make stack non-executable by default,
>  - and implement -z execstack
>
> What do you think?

I like it. Non executable stack should really be the default these days.

Cheers,
Rafael


More information about the llvm-commits mailing list