]> 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 9fe84a6309b9c1cc26af214ae87a93e362718048..93f302b44e87cc58c67bb6496f17ef8258ef9b0d 100644 (file)
@@ -85,6 +85,10 @@ enum LLVMRustAttribute {
   NoUndef = 33,
   SanitizeMemTag = 34,
   NoCfCheck = 35,
+  ShadowCallStack = 36,
+  AllocSize = 37,
+  AllocatedPointer = 38,
+  AllocAlign = 39,
 };
 
 typedef struct OpaqueRustString *RustStringRef;