[PATCH] D51400: Always add a .note.GNU-stack section if -r.

Ryan Prichard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 00:15:49 PDT 2018


rprichard accepted this revision.
rprichard added a comment.
This revision is now accepted and ready to land.

In https://reviews.llvm.org/D51400#1216968, @ruiu wrote:

> It's intentionally omitted, as I think if you want an exectuable stack, you should explicitly pass `-z execstack` to the final linker.


Ok, that sounds reasonable.

The change looks OK to me.


https://reviews.llvm.org/D51400





More information about the llvm-commits mailing list