[PATCH] D56554: [ELF] Add '-z nognustack' opt to suppress emitting PT_GNU_STACK
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 21 10:27:27 PDT 2019
MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/ELF/Driver.cpp:357
+
+ // default
+ return GnuStackKind::NoExec;
----------------
MaskRay wrote:
> This is obvious. The comment can be removed.
Not done. `// default` can be deleted I think.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56554/new/
https://reviews.llvm.org/D56554
More information about the llvm-commits
mailing list