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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 12:56:01 PST 2015


ruiu added a comment.

Is the logic implemented in this patch correct?

The stack is executable if and only if all object files contain .note.GNU-stack section. The logic implemented in this patch seems to make the stack executable at least one of input files contains .note.GNU-stack section.


http://reviews.llvm.org/D14571





More information about the llvm-commits mailing list