[PATCH] Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
peter at pcc.me.uk
Tue May 19 16:37:51 PDT 2015
================
Comment at: include/llvm/IR/Attributes.h:110
@@ -109,2 +109,3 @@
StackProtectStrong, ///< Strong Stack protection.
+ SafeStack, ///< Safe Stack protection.
StructRet, ///< Hidden pointer to structure to return
----------------
kcc wrote:
> Shouldn't we document it in docs/LangRef.rst?
Done
http://reviews.llvm.org/D6094
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list