[PATCH] D14970: ELF: Omit PT_GNU_STACK segment if -z execstack is provided.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 24 15:44:18 PST 2015
ruiu added inline comments.
================
Comment at: test/ELF/gnustack.s:9
@@ +8,3 @@
+# RW: Sections [
+# RW-NOT: Name: .note.GNU-stack
+# RW: ProgramHeaders [
----------------
joerg wrote:
> The intention here is that the notes are dropped, so shouldn't that be checked for the RWX case as well?
Good point. Done.
http://reviews.llvm.org/D14970
More information about the llvm-commits
mailing list