]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h
Rollup merge of #99079 - compiler-errors:issue-99073, r=oli-obk
[rust.git] / compiler / rustc_llvm / llvm-wrapper / LLVMWrapper.h
index a2b0e9b4d29d861fc7d5634b29828681c71f4a6e..93f302b44e87cc58c67bb6496f17ef8258ef9b0d 100644 (file)
@@ -84,6 +84,11 @@ enum LLVMRustAttribute {
   StackProtect = 32,
   NoUndef = 33,
   SanitizeMemTag = 34,
+  NoCfCheck = 35,
+  ShadowCallStack = 36,
+  AllocSize = 37,
+  AllocatedPointer = 38,
+  AllocAlign = 39,
 };
 
 typedef struct OpaqueRustString *RustStringRef;