[PATCH] D14571: [ELF2] - Implemented PT_GNU_STACK support, -z execstack option.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 08:51:16 PST 2015


>Also, it seems like lld/trunk/test/elf2/gnustack.s tests that
>PT_GNU_STACK is still created in that case?
>
>Joerg

Yes, I think I misinformed you, sorry. Header is created in any case now, the difference is will it has executable flag or not.
Probably we should remove it for case of -z execstack.

George.


More information about the llvm-commits mailing list