This revision was automatically updated to reflect the committed changes.
Closed by commit rC357197: [Driver] Default Android toolchains to noexecstack.
(authored by danalbert, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D53343?vs=169901&id=192686#toc
Repository:
rC Cla
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 i
danalbert created this revision.
danalbert added a reviewer: srhines.
Android does not support executable stacks.
Repository:
rC Clang
https://reviews.llvm.org/D53343
Files:
include/clang/Driver/ToolChain.h
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Driver/ToolChain