Protection against stack-based memory corruption errors using SafeStack
[oota-llvm.git] / include / llvm / IR / Attributes.h
index e2a0a7ee395a2303b8106c19bc66a91e6fb62c48..366bf709ab164a9a7b09e2bac77fd3d90adc3159 100644 (file)
@@ -108,6 +108,7 @@ public:
     StackProtect,          ///< Stack protection.
     StackProtectReq,       ///< Stack protection required.
     StackProtectStrong,    ///< Strong Stack protection.
+    SafeStack,             ///< Safe Stack protection.
     StructRet,             ///< Hidden pointer to structure to return
     SanitizeAddress,       ///< AddressSanitizer is on.
     SanitizeThread,        ///< ThreadSanitizer is on.