X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FIR%2FAttributes.h;h=366bf709ab164a9a7b09e2bac77fd3d90adc3159;hp=e2a0a7ee395a2303b8106c19bc66a91e6fb62c48;hb=7ffec838a2b72e6841d9fb993b5fe6a45f3b2a90;hpb=3aef7761ac4b987c8e23ff62e79542057706091d diff --git a/include/llvm/IR/Attributes.h b/include/llvm/IR/Attributes.h index e2a0a7ee395..366bf709ab1 100644 --- a/include/llvm/IR/Attributes.h +++ b/include/llvm/IR/Attributes.h @@ -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.