[PATCH] D53343: [Driver] Default Android toolchains to noexecstack.
Pirama Arumuga Nainar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 27 16:44:38 PDT 2019
pirama accepted this revision.
pirama added inline comments.
This revision is now accepted and ready to land.
Herald added a project: clang.
================
Comment at: include/clang/Driver/ToolChain.h:393
+ /// Test whether this toolchaind defaults to non-executable stacks.
+ virtual bool isNoExecStackDefault() const;
----------------
typo: toolchain
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53343/new/
https://reviews.llvm.org/D53343
More information about the cfe-commits
mailing list