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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 22:30:17 PDT 2018


ruiu added a comment.

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


https://reviews.llvm.org/D51400





More information about the llvm-commits mailing list